Version 1.0.29

This commit is contained in:
shinigami-eyes 2021-08-02 10:37:10 +00:00
parent 5297230b7f
commit d6b9fede76
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ var browser: Browser = browser || chrome;
const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS' const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS'
const MIGRATION = ':MIGRATION' const MIGRATION = ':MIGRATION'
const CURRENT_VERSION = 100025; const CURRENT_VERSION = 100029;
const badIdentifiersReasons: { [id: string]: BadIdentifierReason } = {}; const badIdentifiersReasons: { [id: string]: BadIdentifierReason } = {};
const badIdentifiers: { [id: string]: true } = {}; const badIdentifiers: { [id: string]: true } = {};

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Shinigami Eyes", "name": "Shinigami Eyes",
"author": "Shinigami Eyes", "author": "Shinigami Eyes",
"version": "1.0.25", "version": "1.0.29",
"homepage_url": "https://shinigami-eyes.github.io/", "homepage_url": "https://shinigami-eyes.github.io/",
"description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.", "description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.",
"icons": { "icons": {