From 272dea01a2a4ae0b44bbc16771999f54741dd703 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Wed, 3 Feb 2021 19:05:23 -0600 Subject: [PATCH] 1.5.15 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 429e3426..b8727389 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Stylus", - "version": "1.5.14", + "version": "1.5.15", "minimum_chrome_version": "55", "description": "__MSG_description__", "homepage_url": "https://add0n.com/stylus.html", diff --git a/package-lock.json b/package-lock.json index 6619497c..6abf6ec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Stylus", - "version": "1.5.14", + "version": "1.5.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Stylus", - "version": "1.5.14", + "version": "1.5.15", "license": "GPL-3.0-only", "dependencies": { "codemirror": "5.59.2", diff --git a/package.json b/package.json index 3ee8371e..f7d0d447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stylus", - "version": "1.5.14", + "version": "1.5.15", "description": "Redesign the web with Stylus, a user styles manager", "license": "GPL-3.0-only", "repository": "openstyles/stylus",