Skip to content

Commit d152e8a

Browse files
committed
chore: dump version to 2.0.0
Signed-off-by: BoHong Li <[email protected]>
1 parent 1c5eaae commit d152e8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: deployments/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ services:
1111
restart: always
1212
codimd:
1313
# you can use image or custom build below
14-
# image: nabo.codimd.dev/hackmdio/hackmd:1.4.0
15-
build:
16-
context: ..
17-
dockerfile: ./deployments/Dockerfile
14+
image: nabo.codimd.dev/hackmdio/hackmd:2.0.0
15+
# build:
16+
# context: ..
17+
# dockerfile: ./deployments/Dockerfile
1818
environment:
1919
- CMD_DB_URL=postgres://codimd:change_password@database/codimd
2020
- CMD_USECDN=false

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codimd",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"keywords": [
66
"Collaborative",

0 commit comments

Comments
 (0)