diff --git a/manifest.json b/manifest.json index 9d507ca..672134d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "lexophile", "name": "Lexophile - Personal Dictionary", - "version": "1.2.1", + "version": "1.3.0", "minAppVersion": "1.6.6", "description": "Build your vocabulary one word at a time. Add manually, or grab it instantly with the Chrome extension.", "author": "Bryan Maniotakis", diff --git a/package.json b/package.json index b166553..2d90101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lexophile", - "version": "1.2.1", + "version": "1.3.0", "description": "Build your vocabulary one word at a time. Add manually, or grab it instantly with the Chrome extension.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 076b68e..389d0c7 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.0": "0.15.0", "1.1.0": "0.15.0", "1.2.0": "1.4.10", - "1.2.1": "1.6.6" + "1.2.1": "1.6.6", + "1.3.0": "1.6.6" }