diff --git a/main.php b/main.php index c4456ca..59a234b 100644 --- a/main.php +++ b/main.php @@ -9,7 +9,7 @@ * Plugin Name: Simple Lightbox * Plugin URI: http://archetyped.com/tools/simple-lightbox/ * Description: The highly customizable lightbox for WordPress - * Version: 0.0.0-dev + * Version: 2.9.0 * Requires at least: 5.3 * Requires PHP: 5.6.20 * Text Domain: simple-lightbox diff --git a/package-lock.json b/package-lock.json index fbe9322..c100c5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.0-dev", + "version": "2.9.0", "license": "GPLv2", "devDependencies": { "grunt": "^1.5.3", diff --git a/package.json b/package.json index 19226cc..eb05f0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.9.0", "title": "Simple Lightbox", "description": "The highly-customizable lightbox for WordPress", "author": "Archetyped ",