From 9f3a8a46e257d44d0839dd518aadbbf7da1747c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Thu, 29 Dec 2016 12:48:13 +0100 Subject: [PATCH] Fix typo, 1.0.1 version --- bower.json | 2 +- ext/manifest.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 82bfff8..39310ed 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "satori-enhancements", - "description": "WebExtension that adds a few useful enhancement to Satori Online Judge website.", + "description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.", "main": "index.js", "authors": [ "Mateusz \"m4tx\" Maćkowski" diff --git a/ext/manifest.json b/ext/manifest.json index 4f9da36..3168d55 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -2,8 +2,8 @@ "manifest_version": 2, "name": "Satori Enhancements", - "description": "Adds a few useful enhancement to Satori Online Judge website.", - "version": "1.0", + "description": "Adds a few useful enhancements to Satori Online Judge website.", + "version": "1.0.1", "icons": { "16": "icon16.png", diff --git a/package.json b/package.json index 7d100c6..11aeb97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "satori-enhancements", - "version": "1.0.0", - "description": "WebExtension that adds a few useful enhancement to Satori Online Judge website.", + "version": "1.0.1", + "description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",