From 0a2c5d8276da1bd36404cc0659032c694db95cbe Mon Sep 17 00:00:00 2001 From: ivictbor Date: Sat, 20 Jan 2018 12:58:06 +0200 Subject: [PATCH] 0.2.56 --- 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 974d51c..3b39805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "0.2.55", + "version": "0.2.56", "description": "HTML5 image editor widget", "main": "build/painterro.commonjs2.js", "scripts": { diff --git a/wp/trunk/index.js b/wp/trunk/index.js index 66aff8f..5b3fd49 100644 --- a/wp/trunk/index.js +++ b/wp/trunk/index.js @@ -90,7 +90,7 @@ return { longname: "Painterro", author: "Ivan Borshchov", - version: "0.2.55", + version: "0.2.56", }; } }); diff --git a/wp/trunk/painterro-wp.php b/wp/trunk/painterro-wp.php index a7d33be..7c108fb 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.55 +Version: 0.2.56 Author: Ivan Borshchov License: MIT */ -define("PAINTERRO_FILE", "painterro-0.2.55.min.js"); +define("PAINTERRO_FILE", "painterro-0.2.56.min.js"); function include_painterro_script() {