diff --git a/main.php b/main.php index b9896d1..0c74876 100644 --- a/main.php +++ b/main.php @@ -11,7 +11,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.7.0 Text Domain: simple-lightbox Domain Path: /l10n Author: Archetyped diff --git a/package-lock.json b/package-lock.json index f0e8af6..ed1b89d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 795fc5a..426d88c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.7.0", "title": "Simple Lightbox", "description": "The highly-customizable lightbox for WordPress", "author": "Archetyped ",