diff --git a/package.json b/package.json index 5949843..9fd9801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "0.2.27", + "version": "0.2.28", "description": "HTML5 image editor widget", "main": "build/painterro.commonjs2.js", "scripts": { diff --git a/wp/trunk/index.js b/wp/trunk/index.js index 4899fa9..fb7daa3 100644 --- a/wp/trunk/index.js +++ b/wp/trunk/index.js @@ -90,7 +90,7 @@ return { longname: "Painterro", author: "Ivan Borshchov", - version: "0.2.27", + version: "0.2.28", }; } }); diff --git a/wp/trunk/painterro-wp.php b/wp/trunk/painterro-wp.php index 10b6e26..c38b36a 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: 0.2.27 +Version: 0.2.28 Author: Ivan Borshchov License: MIT */ -define("PAINTERRO_FILE", "painterro-0.2.27.min.js"); +define("PAINTERRO_FILE", "painterro-0.2.28.min.js"); function include_painterro_script() {