From 6efe7b512767dedcdde5c3c89580e992a729359d Mon Sep 17 00:00:00 2001 From: Andrew Efremov <56955307+ka1tzyu@users.noreply.github.com> Date: Tue, 28 Jun 2022 22:52:21 +0300 Subject: [PATCH] ci: new release 1.7.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 84388c7..da5a9cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "local-quotes", "name": "Local Quotes", - "version": "1.7.1", + "version": "1.7.2", "minAppVersion": "0.11.13", "description": "Collect your quotes from all over the repository and embed them in different locations with refresh delays.", "author": "ka1tzyu", diff --git a/package.json b/package.json index 077e958..df1959d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-quotes", - "version": "1.7.1", + "version": "1.7.2", "description": "Collect your quotes from all over the repository and embed them in different locations with refresh delays.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c955b76..875af64 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "1.5.0": "0.11.13", "1.6.0": "0.11.13", "1.7.0": "0.11.13", - "1.7.1": "0.11.13" + "1.7.1": "0.11.13", + "1.7.2": "0.11.13" }