Skip to content

Commit 8605866

Browse files
committed
Version 1.0.0
1 parent bcf6c34 commit 8605866

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-anon",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "Track personal commit statistics without sharing company code",
55
"author": "3urobeat",
66
"license": "GPL-3.0",
@@ -15,10 +15,10 @@
1515
"start": "node .output/server/index.mjs",
1616
"bs": "npm run build && npm run start",
1717
"update": "git pull && npm i && npm run build",
18-
"docker-build": "docker build -t 3urobeat/git-anon:latest -t 3urobeat/git-anon:0.4.0 .",
18+
"docker-build": "docker build -t 3urobeat/git-anon:latest -t 3urobeat/git-anon:1.0.0 .",
1919
"docker-start": "docker run -p 3000:3000 -v ~/git-anon-data:/usr/src/git-anon/data git-anon",
2020
"docker-bs": "npm run docker-build && npm run docker-start",
21-
"docker-push": "docker image push 3urobeat/git-anon:latest && docker image push 3urobeat/git-anon:0.4.0"
21+
"docker-push": "docker image push 3urobeat/git-anon:latest && docker image push 3urobeat/git-anon:1.0.0"
2222
},
2323
"keywords": [
2424
"git",

0 commit comments

Comments
 (0)