Skip to content

Commit c31e348

Browse files
committed
bump version to 0.3.0
1 parent e285590 commit c31e348

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.8
15+
image: ghcr.io/synocommunity/spkrepo:v0.3.0
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
[project]
22
name = "spkrepo"
3-
version = "0.2.8"
3+
version = "0.3.0"
44
description = "Synology Package Repository"
55
license = "MIT"
66
authors = [ { name="Antoine Bertin", email="[email protected]" } ]

0 commit comments

Comments
 (0)