Unverified Commit 50fee8b0 authored by STEVEN's avatar STEVEN Committed by GitHub

chore: release `v0.1.1` (#77)

parent efb3fad1
......@@ -31,7 +31,7 @@
## ⚓️ Deploy with Docker
```docker
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.0
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.1
```
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
// Version is the service current released version.
var Version = "0.1.0"
var Version = "0.1.1"
{
"name": "memos",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "vite",
"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