From b6b7835d7ee66993fc4caec25fc1e966456fe873 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Tue, 13 Jul 2021 23:34:33 +0800 Subject: [PATCH] update to 1.0.3 --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eab55219a..432ce5e12 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Re-pull the latest docker image and create another container with the same volum ```bash git fetch --all -git checkout 1.0.2 --force +git checkout 1.0.3 --force npm install npm run build pm2 restart uptime-kuma diff --git a/package.json b/package.json index c24e82499..478e3d41c 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "uptime-kuma", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "dev": "vite --host", "start-server": "node server/server.js", "update": "", "build": "vite build", "vite-preview-dist": "vite preview --host", - "build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 -t louislam/uptime-kuma:1.0.2 . --push", + "build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 -t louislam/uptime-kuma:1.0.3 . --push", "build-docker-nightly": "docker buildx build --platform linux/amd64 -t louislam/uptime-kuma:nightly . --push", - "setup": "git checkout 1.0.2 && npm install && npm run build", + "setup": "git checkout 1.0.3 && npm install && npm run build", "version-global-replace": "node extra/version-global-replace.js" }, "dependencies": {