diff --git a/build.js b/build.js index 95d8412..c084af7 100644 --- a/build.js +++ b/build.js @@ -156,7 +156,7 @@ if (args.indexOf('-dev') >= 0) { debug = true; } -console.log(`Building for ${browser}`); +console.log(`Building for ${browser} [${manifest.version}]`); console.log(`Options: no-minify[${noMinify}] debug[${debug}] dev[${dev}]\n`); // Browser specific elements diff --git a/options.html b/options.html index 823e062..ea4a3b3 100644 --- a/options.html +++ b/options.html @@ -1,21 +1,16 @@ - - - - - + + + + + MyMangaDex :: Options -
@@ -710,5 +705,4 @@

Delete

- \ No newline at end of file diff --git a/package.json b/package.json index e903656..b3ca247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mymangadex", - "version": "2.4.16", + "version": "2.4.17", "description": "Automatically update your MyAnimeList manga list when reading on MangaDex.", "main": "build.js", "dependencies": {