From 2b2f7ea0cbf972dec487bd97bedb492bfc00cb29 Mon Sep 17 00:00:00 2001 From: Natraj Yegnaraman Date: Mon, 11 Sep 2017 19:34:01 +1000 Subject: [PATCH] bump package version --- app/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 3e7650d..ed52b1a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -30,7 +30,7 @@ "https://*/*" ], "web_accessible_resources" : ["Sdk.Soap.min.js","levelup.extension.js"], - "version" : "2.5.1", + "version" : "2.5.2", "version_name" : "2.5.1", "manifest_version" : 2 } \ No newline at end of file diff --git a/package.json b/package.json index 634d74b..c01f49a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Levelup-for-Dynamics-CRM-365", "private": true, - "version": "2.5.1", + "version": "2.5.2", "description": "Quickly perform advanced/hidden actions in Dynamics CRM/365, without bookmarklets.", "scripts": { "clean": "gulp clean --vendor=chrome & gulp clean --vendor=firefox & gulp clean --vendor=edge",