Skip to content

Commit 9f3b837

Browse files
chore: update to 2.4.0 (#7454)
1 parent 09f43d3 commit 9f3b837

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.2",
3+
"version": "2.4.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"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",
4545
"upload-artifacts": "node extra/release/upload-artifacts.mjs",
4646
"upload-artifacts-beta": "node extra/release/upload-artifacts-beta.mjs",
47-
"setup": "git checkout 2.3.2 && npm ci --omit dev --no-audit && npm run download-dist",
47+
"setup": "git checkout 2.4.0 && npm ci --omit dev --no-audit && npm run download-dist",
4848
"download-dist": "node extra/download-dist.js",
4949
"mark-as-nightly": "node extra/mark-as-nightly.js",
5050
"reset-password": "node extra/reset-password.js",

0 commit comments

Comments
 (0)