diff --git a/firefox/manifest.json b/firefox/manifest.json index 12b0473..2ff99c0 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "RESTED", - "version": "2.1.1", + "version": "2.2.0", "description": "A REST client for the rest of us", "homepage_url": "https://github.com/esphen/RESTED", "manifest_version": 2, diff --git a/google-chrome/manifest.json b/google-chrome/manifest.json index a0979b0..74d1ffd 100644 --- a/google-chrome/manifest.json +++ b/google-chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "RESTED", - "version": "2.1.1", + "version": "2.2.0", "description": "A REST client for the rest of us", "homepage_url": "https://github.com/esphen/RESTED", "manifest_version": 2, diff --git a/package.json b/package.json index f191791..9e588be 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "A REST client for the rest of us", "author": "Espen Henriksen", "license": "MIT", - "version": "2.1.1", + "version": "2.2.0", "main": "./main.js", "permissions": { "multiprocess": true