diff --git a/ext/manifest.json b/ext/manifest.json index 4376276..7aab7eb 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -3,7 +3,7 @@ "name": "Satori Enhancements", "description": "Adds a few useful enhancements to Satori Online Judge website.", - "version": "1.1", + "version": "1.1.1", "icons": { "16": "icon16.png", diff --git a/package.json b/package.json index fa59135..3471d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "satori-enhancements", - "version": "1.1.0", + "version": "1.1.1", "description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.", "main": "index.js", "scripts": {