Unverified Commit 4871ebf2 authored by Steven's avatar Steven Committed by GitHub

chore: release v0.1.2 (#88)

* chore: release `v0.1.2`

* chore: update demo.png
parent 929f621b
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
## ⚓️ Deploy with Docker ## ⚓️ Deploy with Docker
```docker ```docker
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.1 docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.2
``` ```
Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it. Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.
......
package common package common
// Version is the service current released version. // Version is the service current released version.
var Version = "0.1.1" var Version = "0.1.2"
This diff is collapsed.
{ {
"name": "memos", "name": "memos",
"version": "0.1.1", "version": "0.1.2",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment