Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pilar6195 committed Aug 7, 2019
1 parent 3a145ae commit 72d487e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion anilist-extras.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
50 changes: 25 additions & 25 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 ."
Expand Down

0 comments on commit 72d487e

Please sign in to comment.