From c95a7fc67c8436b979cc38093ff4852384f1ed67 Mon Sep 17 00:00:00 2001 From: Enguerran Date: Tue, 25 Sep 2018 14:18:17 +0200 Subject: [PATCH] chore: bump version 0.6.1 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 3e28f4af2..3b3e01cc5 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -7,7 +7,7 @@ "type": "webapp", "description": "Contact manager for Cozy Cloud", "category": "cozy", - "version": "0.6.0", + "version": "0.6.1", "licence": "AGPL-3.0", "source": "https://github.com/cozy/cozy-contacts.git@build", "developer": { diff --git a/package.json b/package.json index ba4224f57..8b0d227bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-contacts", - "version": "0.6.0", + "version": "0.6.1", "scripts": { "tx": "tx pull --all || true", "lint": "yarn lint:js && yarn lint:styles",