Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Dec 22, 2023
1 parent a6b801b commit 2c96082
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 60 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"version": "1.1.1",
"version": "2.0.0",
"minimum-stability": "dev",
"require": {
"automattic/jetpack-autoloader": "^2.6.0",
Expand Down
150 changes: 92 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Helper {
*
* @var string
*/
const VERSION = '1.1.1';
const VERSION = '2.0.0';

public static function get_version() {
return self::VERSION;
Expand Down

0 comments on commit 2c96082

Please sign in to comment.