Skip to content

Commit 26bfbf8

Browse files
committed
Version and docs
1 parent 87c4c81 commit 26bfbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Trello was great, then Atlassian bought it.
1111
- Clone the repo to a machine running docker
1212
- Edit .env to have more secure passwords
1313
- `docker compose up -d`
14-
- Navigate to http://<docker-host-ip>:80
14+
- Navigate to http(s)://{docker-host-ip}

server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111

1212
# Application version
13-
APP_VERSION = "0.1.2"
13+
APP_VERSION = "1.0.0"
1414

1515
app = Flask(__name__)
1616

0 commit comments

Comments
 (0)