From 1e100aefbab0155ab8c5a27f60bce1f4754f9935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Messiant?= Date: Mon, 18 Mar 2019 14:55:53 +0100 Subject: [PATCH] chore: Upgrade to 0.8.0 --- manifest.webapp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index 27972edcd..c7886363f 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -7,7 +7,7 @@ "type": "webapp", "description": "Contact manager for Cozy Cloud", "category": "cozy", - "version": "0.7.3", + "version": "0.8.0", "licence": "AGPL-3.0", "source": "https://github.com/cozy/cozy-contacts.git@build", "developer": { diff --git a/package.json b/package.json index 29fb4761e..9cee74023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-contacts", - "version": "0.7.3", + "version": "0.8.0", "scripts": { "tx": "tx pull --all || true", "lint": "yarn lint:js && yarn lint:styles",