Skip to content

Commit d9a23d2

Browse files
committed
version bump 0.2.8
1 parent 7a5574a commit d9a23d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- 5432:5432
1313
app:
1414
build: .
15-
image: ghcr.io/synocommunity/spkrepo:v0.2.7
15+
image: ghcr.io/synocommunity/spkrepo:v0.2.8
1616
command: flask run -h 0.0.0.0
1717
ports:
1818
- 5000:5000

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spkrepo"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Synology Package Repository"
55
license = "MIT"
66
authors = ["Antoine Bertin <[email protected]>"]

0 commit comments

Comments
 (0)