From 9ad0a1888574b105a8d56d26bb23d2e6cc485bd1 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 24 Mar 2019 18:42:28 -0500 Subject: [PATCH] 1.5.3 Differs from master: * Add: user-friendly exclusions (#666) - omitted because it is incomplete * Refactor: rewrite style injector (#664) - omitted because it needs more testing Git history is NOT in the same order as master, this branch only exists to provide a source of the 1.5.3 update to AMO. --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 21374881..4e95bcd1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Stylus", - "version": "1.5.2", + "version": "1.5.3", "minimum_chrome_version": "49", "description": "__MSG_description__", "homepage_url": "https://add0n.com/stylus.html", diff --git a/package.json b/package.json index b825c799..4df7d67a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stylus", - "version": "1.5.2", + "version": "1.5.3", "description": "Redesign the web with Stylus, a user styles manager", "license": "GPL-3.0-only", "repository": "openstyles/stylus",