Version 1.0.23

This commit is contained in:
shinigami-eyes 2020-03-10 13:29:55 +00:00
parent ac66a14114
commit e7e6015dd0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS' const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS'
const MIGRATION = ':MIGRATION' const MIGRATION = ':MIGRATION'
const CURRENT_VERSION = 100022; const CURRENT_VERSION = 100023;
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.22", "version": "1.0.23",
"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": {