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",