diff --git a/README.md b/README.md index d763168..1836d26 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index bed964e..bcc2ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]