From ff1e00417f28ea07c997baa3b1acc59055abe483 Mon Sep 17 00:00:00 2001 From: ivictbor Date: Tue, 15 Aug 2017 22:16:39 +0300 Subject: [PATCH] 0.2.27 --- package.json | 2 +- wp/trunk/index.js | 2 +- wp/trunk/painterro-wp.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 880b3f8..5949843 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "0.2.26", + "version": "0.2.27", "description": "HTML5 image editor widget", "main": "build/painterro.commonjs2.js", "scripts": { diff --git a/wp/trunk/index.js b/wp/trunk/index.js index cc306cd..4899fa9 100644 --- a/wp/trunk/index.js +++ b/wp/trunk/index.js @@ -90,7 +90,7 @@ return { longname: "Painterro", author: "Ivan Borshchov", - version: "0.2.26", + version: "0.2.27", }; } }); diff --git a/wp/trunk/painterro-wp.php b/wp/trunk/painterro-wp.php index 3d5c083..10b6e26 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.26 +Version: 0.2.27 Author: Ivan Borshchov License: MIT */ -define("PAINTERRO_FILE", "painterro-0.2.26.min.js"); +define("PAINTERRO_FILE", "painterro-0.2.27.min.js"); function include_painterro_script() {