Skip to content

Commit

Permalink
update docs, update dockeringore, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Feb 2, 2024
1 parent 32b5010 commit dcdcedb
Show file tree
Hide file tree
Showing 8 changed files with 765 additions and 157 deletions.
16 changes: 8 additions & 8 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
*/.demo/
*/.git/
*/.github/
.demo/
.git/
.github/workflows
docs/
*/docker-compose.yml
*/docker-compose.dev.yml
*/Dockerfile
*/Makefile
*/swis-api
docker-compose.yml
docker-compose.dev.yml
.docker/Dockerfile
Makefile
swis-api
.env
.env.example
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

APP_NAME=swis-api
APP_ROOT=/opt/${APP_NAME}
APP_VERSION=5.10.1
APP_VERSION=5.11.0


#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# swis-api (swapi) v5.10
# swis-api (swapi) v5.11

[![Go Reference](https://pkg.go.dev/badge/go.savla.dev/swis/v5.svg)](https://pkg.go.dev/go.savla.dev/swis/v5)
[![Go Report Card](https://goreportcard.com/badge/go.savla.dev/swis/v5)](https://goreportcard.com/report/go.savla.dev/swis/v5)
Expand Down
Loading

0 comments on commit dcdcedb

Please sign in to comment.