diff --git a/code-snippets.php b/code-snippets.php index a29bd209..edc3f078 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -9,7 +9,7 @@ * @author WPDistro * @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 @@ -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 @@ -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; diff --git a/package.json b/package.json index 41ccea69..fb8e8120 100644 --- a/package.json +++ b/package.json @@ -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",