Skip to content

Commit 26230a3

Browse files
committed
Update to 1.15.1
1 parent 82aa52b commit 26230a3

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": "1.15.0",
3+
"version": "1.15.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"build-docker-nightly-alpine": "docker buildx build -f docker/dockerfile-alpine --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly-alpine --target nightly . --push",
4040
"build-docker-nightly-amd64": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:nightly-amd64 --target nightly . --push --progress plain",
4141
"upload-artifacts": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:upload-artifact --build-arg VERSION --build-arg GITHUB_TOKEN --target upload-artifact . --progress plain",
42-
"setup": "git checkout 1.15.0 && npm ci --production && npm run download-dist",
42+
"setup": "git checkout 1.15.1 && npm ci --production && npm run download-dist",
4343
"download-dist": "node extra/download-dist.js",
4444
"mark-as-nightly": "node extra/mark-as-nightly.js",
4545
"reset-password": "node extra/reset-password.js",

0 commit comments

Comments
 (0)