Skip to content

Commit

Permalink
Bump to v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Oct 14, 2023
1 parent 805ef41 commit 545915c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feedrapp",
"version": "1.28.0",
"version": "1.29.0",
"description": "A service for parsing RSS and Atom feeds.",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions ops/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
website:
image: ghcr.io/sdepold/feedr-web:1.28.0
image: ghcr.io/sdepold/feedr-web:1.29.0
restart: always
deploy:
resources:
Expand All @@ -12,7 +12,7 @@ services:
cpus: "0.5"
memory: 512M
api:
image: ghcr.io/sdepold/feedr-api:1.28.0
image: ghcr.io/sdepold/feedr-api:1.29.0
restart: always
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FeedrApp",
"version": "1.28.0",
"version": "1.29.0",
"description": "A service for parsing RSS and Atom feeds.",
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 545915c

Please sign in to comment.