From 97e02ff40feaecf93b2170b4b0f781bedf14fb80 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Thu, 24 Mar 2016 21:45:56 -0700 Subject: [PATCH] Update version to 0.8.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ddf102d..6b4d9fc 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "title": "Google App Launcher", "name": "gglappbtn", - "version": "0.8.4", + "version": "0.8.5", "icon": "icon.png", "description": "Simple access to Google Applications with a toolbar button", "main": "index.js", "author": "Mahesh Asolkar (asolkar@gmail.com)", "engines": { - "firefox": ">=38.0a1 <=44.0a1" + "firefox": ">=38.0a1 <=48.0a1" }, "license": "MIT",