Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozkomor05 committed Dec 7, 2021
1 parent 20fd178 commit 81747b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author WPDistro <info@wpdistro.com>
* @copyright 2021 WPDistro
* @license MIT http://opensource.org/licenses/MIT
* @version 1.1.0
* @version 1.2.0
* @link https://github.com/sheabunge/code-snippets
*
* @wordpress-plugin
Expand All @@ -18,7 +18,7 @@
* Description: Manage share and download code snippets with other people. Contribute to the community of WP developers and let them download the amazing hacks on your WordPress.
* Author: WPDistro
* Author URI: https://github.com/mozkomor05
* Version: 1.1.0
* Version: 1.2.0
* License: MIT
* License URI: license.txt
* Requires PHP: 7.0
Expand Down Expand Up @@ -101,7 +101,7 @@ function code_snippets() {
static $plugin;

if ( is_null( $plugin ) ) {
$plugin = new Code_Snippets( '1.1.0', __FILE__ );
$plugin = new Code_Snippets( '1.2.0', __FILE__ );
}

return $plugin;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpd-code-snippets",
"version": "1.1.0",
"version": "1.2.0",
"description": "Manage share and download code snippets snippets with other people. Contribute to the community of WP developers and let them download the amazing hacks on your Wordpress.",
"homepage": "https://github.com/mozkomor05/wpd-code-snippets",
"main": "gulpfile.babel.js",
Expand Down

0 comments on commit 81747b6

Please sign in to comment.