From 6bdf48de6d8ca7c67725dbf61fe1364669c57d17 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Mon, 11 May 2020 17:49:28 +0530 Subject: [PATCH] chore: bump version to 1.1.0 --- README.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 814297f..90f6982 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: gutenberg, block, post it, sticky note Requires at least: 5.1 Tested up to: 5.2 Requires PHP: 7.2 -Stable tag: 1.0.0 +Stable tag: 1.1.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/package.json b/package.json index d728153..e3cae29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sticky-note", - "version": "1.0.0", + "version": "1.1.0", "description": "Sticky notes for WordPress", "main": "build/index.js", "scripts": {