Skip to content

Commit

Permalink
Fix typo, 1.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Dec 29, 2016
1 parent db88a78 commit 9f3a8a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions ext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9f3a8a4

Please sign in to comment.