From 72d487e9b12961a824e69cca3941debf145a94bd Mon Sep 17 00:00:00 2001 From: pilar6195 Date: Wed, 7 Aug 2019 14:05:02 -0500 Subject: [PATCH] Updated version number --- anilist-extras.user.js | 2 +- manifest.json | 50 +++++++++++++++++++++--------------------- package.json | 2 +- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/anilist-extras.user.js b/anilist-extras.user.js index 8e8688c..53ceafd 100644 --- a/anilist-extras.user.js +++ b/anilist-extras.user.js @@ -2,7 +2,7 @@ // ==UserScript== // @name AniList Extras // @namespace https://github.com/pilar6195 -// @version 1.0.0 +// @version 1.1.0 // @description Adds a few additional features to AniList. // @author pilar6195 // @match https://anilist.co/* diff --git a/manifest.json b/manifest.json index 6b73d04..ad3609c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,25 +1,25 @@ -{ - "manifest_version": 2, - "name": "AniList Extras", - "description": "Adds a few additional features to AniList.", - "version": "1.0.1", - "minimum_chrome_version": "60.0.3112", - - "icons": { - "128": "icon128.png" - }, - - "permissions": [ - "https://anilist.co/*", - "https://graphql.anilist.co/*", - "https://api.jikan.moe/*" - ], - - "content_scripts": [ - { - "matches": [ "https://anilist.co/*", "https://myanimelist.net/*" ], - "js": [ "polyfill.js", "anilist-extras.user.js" ], - "run_at": "document_start" - } - ] -} +{ + "manifest_version": 2, + "name": "AniList Extras", + "description": "Adds a few additional features to AniList.", + "version": "1.1.0", + "minimum_chrome_version": "60.0.3112", + + "icons": { + "128": "icon128.png" + }, + + "permissions": [ + "https://anilist.co/*", + "https://graphql.anilist.co/*", + "https://api.jikan.moe/*" + ], + + "content_scripts": [ + { + "matches": [ "https://anilist.co/*", "https://myanimelist.net/*" ], + "js": [ "polyfill.js", "anilist-extras.user.js" ], + "run_at": "document_start" + } + ] +} diff --git a/package.json b/package.json index 0af88ca..06cc8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anilist-extras", - "version": "1.0.0", + "version": "1.1.0", "description": "Adds a few additional features to AniList.", "scripts": { "test": "eslint ."