Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Feb 25, 2024
1 parent d8593ea commit c2b385e
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.4
image: ghcr.io/synocommunity/spkrepo:v0.2.6
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.5"
version = "0.2.6"
description = "Synology Package Repository"
license = "MIT"
authors = ["Antoine Bertin <[email protected]>"]
Expand Down

0 comments on commit c2b385e

Please sign in to comment.