chore: release v0.1.2 (#88)

* chore: release `v0.1.2`

* chore: update demo.png
This commit is contained in:
Steven 2022-06-24 20:06:47 +08:00 committed by GitHub
parent 929f621be4
commit 4871ebf24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

@ -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.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.

View File

@ -1,4 +1,4 @@
package common
// Version is the service current released version.
var Version = "0.1.1"
var Version = "0.1.2"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 KiB

After

Width:  |  Height:  |  Size: 569 KiB

View File

@ -1,6 +1,6 @@
{
"name": "memos",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",