diff --git a/package-lock.json b/package-lock.json index e54d471..b76bfb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9e0039..b3f36a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "1.0.3", + "version": "1.0.4", "description": "HTML5 image editor widget", "main": "build/painterro.commonjs2.js", "scripts": { diff --git a/wp/trunk/index.js b/wp/trunk/index.js index c65889a..3b213f9 100644 --- a/wp/trunk/index.js +++ b/wp/trunk/index.js @@ -90,7 +90,7 @@ return { longname: "Painterro", author: "Ivan Borshchov", - version: "1.0.3", + version: "1.0.4", }; } }); diff --git a/wp/trunk/painterro-wp.php b/wp/trunk/painterro-wp.php index b2dbfa5..4877869 100644 --- a/wp/trunk/painterro-wp.php +++ b/wp/trunk/painterro-wp.php @@ -4,12 +4,12 @@ Plugin Name: Painterro Plugin URI: https://github.com/ivictbor/painterro Description: Paste screenshots and edit images directly in browser. Adds Painterro button to visual editor for images editing. Absolutely free and open source. -Version: 1.0.3 +Version: 1.0.4 Author: Ivan Borshchov License: MIT */ -define("PAINTERRO_FILE", "painterro-1.0.3.min.js"); +define("PAINTERRO_FILE", "painterro-1.0.4.min.js"); function include_painterro_script() {