Skip to content

Commit 3752a59

Browse files
chore: update to 2.2.1 (louislam#7126)
1 parent 4364699 commit 3752a59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.2.0",
3+
"version": "2.2.1",
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.2.0 && npm ci --omit dev --no-audit && npm run download-dist",
47+
"setup": "git checkout 2.2.1 && 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)