From f83bd64373971d2e92b1442ace49472df5d71903 Mon Sep 17 00:00:00 2001 From: Dan Ziv Date: Mon, 7 Nov 2016 00:57:47 +0200 Subject: [PATCH] bump to 1.4 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4e20f61..022a0d0 100755 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Bump Version!", "description": "This extension automate the release version flow for the Front End Core team", - "version": "1.3", + "version": "1.4", "browser_action": { "default_icon": "icons/bump-version-icon.png" },