From eddff5d86a65db4d7f638dda95c7953c8b4af2d1 Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Mon, 25 Dec 2017 14:07:13 +0100 Subject: [PATCH] Release version 0.5.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 085d899..e48e43e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "ICS to GCal", "short_name": "ICS2GCal", - "version": "0.5.0", + "version": "0.5.1", "description": "Import .ics files into Google Calendar with just two clicks", "icons": { diff --git a/package.json b/package.json index 3f233fb..3d87909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ics2gcal", - "version": "0.5.0", + "version": "0.5.1", "description": "Import .ics files into Google Calendar with just two clicks", "main": "background.js", "repository": "https://github.com/FabianHenneke/icstogcal",