Skip to content

Commit

Permalink
update to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Jul 13, 2021
1 parent d4fe590 commit b6b7835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b6b7835

Please sign in to comment.