diff --git a/manifest.webapp b/manifest.webapp index 78bdf1a..2c5a5e5 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -3,7 +3,7 @@ "slug": "dataproxy", "icon": "icon.svg", "categories": ["cozy"], - "version": "1.0.0", + "version": "1.1.0", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/cozy-web-data-proxy", diff --git a/package.json b/package.json index 4166abe..7ba7104 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cozy-web-data-proxy", "private": true, - "version": "1.0.0", + "version": "1.1.0", "scripts": { "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost", "dev": "rsbuild dev --open",