From 3349e825177a610ba46e463ab43b480b5669c4f6 Mon Sep 17 00:00:00 2001 From: Espen Henriksen Date: Wed, 9 Aug 2017 07:36:01 +0200 Subject: [PATCH] Release version 2.1.1 --- firefox/manifest.json | 2 +- google-chrome/manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firefox/manifest.json b/firefox/manifest.json index 3029f1a..b146504 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "RESTED", - "version": "2.1.0", + "version": "2.1.1", "description": "A REST client for the rest of us", "homepage_url": "https://github.com/esphen/RESTED", "contributors": [ diff --git a/google-chrome/manifest.json b/google-chrome/manifest.json index a2c1dbd..2842f55 100644 --- a/google-chrome/manifest.json +++ b/google-chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "RESTED", - "version": "2.1.0", + "version": "2.1.1", "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 820b6cf..546b1f2 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.0", + "version": "2.1.1", "main": "./main.js", "permissions": { "multiprocess": true