-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56690e4
commit ed1c9f5
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
# | ||
|
||
APP_NAME=litter-go | ||
APP_VERSION=0.35.10 | ||
APP_VERSION=0.35.11 | ||
GOLANG_VERSION=1.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,17 @@ | |
"info": { | ||
"description": "nanoblogging platform as PWA built on go-app framework", | ||
"title": "litter-go", | ||
"termsOfService": "https://littr.n0p.cz/tos", | ||
"termsOfService": "https://littr.eu/tos", | ||
"contact": { | ||
"name": "API Support", | ||
"url": "https://littr.n0p.cz/docs/", | ||
"url": "https://littr.eu/docs/", | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "MIT", | ||
"url": "https://github.com/krustowski/litter-go/blob/master/LICENSE" | ||
}, | ||
"version": "0.35.10" | ||
"version": "0.35.11" | ||
}, | ||
"host": "littr.n0p.cz", | ||
"basePath": "/api/v1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// @title litter-go | ||
// @version 0.35.10 | ||
// @version 0.35.11 | ||
// @description nanoblogging platform as PWA built on go-app framework | ||
// @termsOfService https://littr.n0p.cz/tos | ||
// @termsOfService https://littr.eu/tos | ||
|
||
// @contact.name API Support | ||
// @contact.url https://littr.n0p.cz/docs/ | ||
// @contact.url https://littr.eu/docs/ | ||
// @contact.email [email protected] | ||
|
||
// @license.name MIT | ||
|