chore: bump 0.6.9

This commit is contained in:
arkohut 2024-09-10 18:28:47 +08:00
parent 167fd31053
commit c24d9cc2e9
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ This will start a screen recorder, which will take screenshots every 5 seconds a
memos serve
```
This will start a web server, and you can access the web interface at `http://localhost:8080`.
This will start a web server, and you can access the web interface at `http://localhost:8080`.
The default username and password is `admin` and `changeme`.
### Index the screenshots

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "memos"
version = "0.6.8"
version = "0.6.9"
description = "A package for memos"
readme = "README.md"
authors = [{ name = "arkohut" }]