diff --git a/extension/background.ts b/extension/background.ts index 5ee6847..743efe4 100644 --- a/extension/background.ts +++ b/extension/background.ts @@ -3,7 +3,7 @@ var browser: Browser = browser || chrome; const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS' const MIGRATION = ':MIGRATION' -const CURRENT_VERSION = 100025; +const CURRENT_VERSION = 100029; const badIdentifiersReasons: { [id: string]: BadIdentifierReason } = {}; const badIdentifiers: { [id: string]: true } = {}; diff --git a/extension/manifest.json b/extension/manifest.json index f61a334..a0d0ced 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Shinigami Eyes", "author": "Shinigami Eyes", - "version": "1.0.25", + "version": "1.0.29", "homepage_url": "https://shinigami-eyes.github.io/", "description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.", "icons": {