Skip to content

Commit

Permalink
new release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Feb 9, 2025
1 parent 49b9cba commit 3bbbc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- 5432:5432
app:
build: .
image: ghcr.io/synocommunity/spkrepo:v0.2.6
image: ghcr.io/synocommunity/spkrepo:v0.2.7
command: flask run -h 0.0.0.0
ports:
- 5000:5000
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spkrepo"
version = "0.2.6"
version = "0.2.7"
description = "Synology Package Repository"
license = "MIT"
authors = ["Antoine Bertin <[email protected]>"]
Expand Down

0 comments on commit 3bbbc5b

Please sign in to comment.