Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Mar 23, 2022
1 parent a6a7aa5 commit cd0c598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hogan-expandable-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-expandable-list
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-expandable-list
* Description: Expandable List Module for Hogan
* Version: 1.2.1
* Version: 1.2.2
* Author: Dekode
* Author URI: https://dekode.no
* License: GPL-3.0
Expand All @@ -24,7 +24,7 @@
exit; // Exit if accessed directly.
}

define( 'HOGAN_EXPANDABLE_LIST_VERSION', '1.2.1' );
define( 'HOGAN_EXPANDABLE_LIST_VERSION', '1.2.2' );

add_action( 'plugins_loaded', __NAMESPACE__ . '\\hogan_load_textdomain' );
add_action( 'hogan/include_modules', __NAMESPACE__ . '\\register_module', 10, 1 );
Expand Down

0 comments on commit cd0c598

Please sign in to comment.