Skip to content

Commit 60219ca

Browse files
committed
Update to 2.0.1
1 parent 5946e68 commit 60219ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uptime-kuma",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"build-docker-pr-test": "docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64 -t louislam/uptime-kuma:pr-test2 --target pr-test2 . --push",
4242
"upload-artifacts": "node extra/release/upload-artifacts.mjs",
4343
"upload-artifacts-beta": "node extra/release/upload-artifacts-beta.mjs",
44-
"setup": "git checkout 2.0.0 && npm ci --omit dev && npm run download-dist",
44+
"setup": "git checkout 2.0.1 && npm ci --omit dev && npm run download-dist",
4545
"download-dist": "node extra/download-dist.js",
4646
"mark-as-nightly": "node extra/mark-as-nightly.js",
4747
"reset-password": "node extra/reset-password.js",

0 commit comments

Comments
 (0)