Skip to content

Commit

Permalink
update README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Sep 6, 2024
1 parent 3514cf2 commit 626b7a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#

APP_NAME=littr
APP_VERSION=0.39.17
APP_VERSION=0.39.18
GOLANG_VERSION=1.23
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Successfully copied 3.07kB to /home/user/littr/run_data/
+ [...]

### roadmap to v0.39
+ ~~fix avatar image uploading, resizing and cropping~~
+ ~~implement Esc key to close toasts and modals + Ctrl-Enter for other inputs~~
+ ~~welcome page~~

Expand Down
8 changes: 4 additions & 4 deletions api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"swagger": "2.0",
"info": {
"description": "nanoblogging platform as PWA built on go-app framework",
"description": "a simple nanoblogging platform as PWA built on go-app framework",
"title": "littr",
"termsOfService": "https://littr.eu/tos",
"contact": {
"name": "API Support",
"url": "https://littr.eu/docs/",
"url": "https://littr.eu/docs",
"email": "[email protected]"
},
"license": {
"name": "MIT",
"url": "https://github.com/krustowski/littr/blob/master/LICENSE"
},
"version": "0.39.17"
"version": "0.39.18"
},
"host": "littr.eu",
"host": "www.littr.eu",
"basePath": "/api/v1",
"paths": {
"/auth/": {
Expand Down

0 comments on commit 626b7a9

Please sign in to comment.