We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b94519 commit 28401d5Copy full SHA for 28401d5
manifest.webapp
@@ -9,7 +9,7 @@
9
"categories": [
10
"cozy"
11
],
12
- "version": "1.12.0",
+ "version": "1.13.0",
13
"licence": "AGPL-3.0",
14
"source": "https://github.com/cozy/cozy-store.git@build",
15
"developer": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cozy-store",
3
4
"main": "src/index.jsx",
5
"scripts": {
6
"deploy": "env HUSKY_SKIP_HOOKS=1 git-directory-deploy --directory build/ --branch=${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-origin}",
0 commit comments