Skip to content

Commit

Permalink
Change version for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloasimoes committed Feb 22, 2024
1 parent a66df48 commit 1512920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unbabble.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Unbabble
* Plugin URI: https://github.com/26B/unbabble
* Description: A new and simple i18n system for WordPress
* Version: 0.3.0
* Version: 0.3.1
* Author: 26B
* Author URI: https://26b.io/
* License: GPL-2.0+
Expand Down Expand Up @@ -34,7 +34,7 @@
*/
\register_deactivation_hook( __FILE__, '\TwentySixB\WP\Plugin\Unbabble\Deactivator::deactivate' );

$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.3.0' );
$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.3.1' );

// Initialize plugin.
$plugin->init();
Expand Down

0 comments on commit 1512920

Please sign in to comment.