diff --git a/manifest.webapp b/manifest.webapp index 9277e6d83..12293ed31 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -9,7 +9,7 @@ "categories": [ "cozy" ], - "version": "1.9.15", + "version": "1.9.16", "licence": "AGPL-3.0", "source": "https://github.com/cozy/cozy-store.git@build", "developer": { diff --git a/package.json b/package.json index 65f3ebd59..82a8f2ee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-store", - "version": "1.9.15", + "version": "1.9.16", "main": "src/index.jsx", "scripts": { "deploy": "env HUSKY_SKIP_HOOKS=1 git-directory-deploy --directory build/ --branch=${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-origin}",