Skip to content

Commit

Permalink
Bump version to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen committed Jan 25, 2018
1 parent 7a0f821 commit 4f9ec31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class-linklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function load_args_from_layout_content( array $raw_content, int $counter
* @return bool Whether validation of the module is successful / filled with content.
*/
public function validate_args() : bool {
return ! empty( $this->lists );
return ! empty( $this->lists );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion hogan-linklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-linklist
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-linklist
* Description: Link List Module for Hogan
* Version: 1.0.12
* Version: 1.0.13
* Author: Dekode
* Author URI: https://dekode.no
* License: GPL-3.0-or-later
Expand Down

0 comments on commit 4f9ec31

Please sign in to comment.