Skip to content

Commit

Permalink
Bump version to v1.0.0-beta.5 in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Sep 20, 2023
1 parent be0e999 commit f948f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/cypress",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.5",
"description": "Nextcloud cypress commands, utils and selectors library",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/nextcloud-cypress.git"
"url": "git+https://github.com/nextcloud/nextcloud-cypress.git"
},
"bugs": {
"url": "https://github.com/nextcloud/nextcloud-cypress/issues"
Expand Down Expand Up @@ -89,4 +89,4 @@
"vue": "^2.7.14",
"wait-on": "^7.0.1"
}
}
}

0 comments on commit f948f87

Please sign in to comment.