From 1eda2ea028918305fd26d67a51e4aad6ed5bb741 Mon Sep 17 00:00:00 2001 From: Ivan Borshchov Date: Fri, 20 Nov 2020 18:43:10 +0200 Subject: [PATCH] 1.2.9 --- package-lock.json | 2 +- package.json | 2 +- wp/trunk/index.js | 2 +- wp/trunk/painterro-wp.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14d86aa..4bc6821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "1.2.6", + "version": "1.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ca779c..16d9b0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "painterro", - "version": "1.2.6", + "version": "1.2.9", "description": "HTML5 image editor widget", "main": "build/painterro.commonjs2.js", "repository": { diff --git a/wp/trunk/index.js b/wp/trunk/index.js index dd49cf5..b9b70f9 100644 --- a/wp/trunk/index.js +++ b/wp/trunk/index.js @@ -90,7 +90,7 @@ return { longname: "Painterro", author: "Ivan Borshchov", - version: "1.2.6", + version: "1.2.9", }; } }); diff --git a/wp/trunk/painterro-wp.php b/wp/trunk/painterro-wp.php index 09a0477..977cd63 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.2.6 +Version: 1.2.9 Author: Ivan Borshchov License: MIT */ -define("PAINTERRO_FILE", "painterro-1.2.6.min.js"); +define("PAINTERRO_FILE", "painterro-1.2.9.min.js"); function include_painterro_script() {