Skip to content

Commit

Permalink
Bump version number to match info.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfranco committed Jul 21, 2022
1 parent f083bb1 commit 6c2f49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic-add-users.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'DYNAMIC_ADD_USERS_VERSION', '1.1.0' );
define( 'DYNAMIC_ADD_USERS_VERSION', '1.2.0' );

require_once( __DIR__ . '/vendor/autoload.php' );

Expand Down

0 comments on commit 6c2f49c

Please sign in to comment.