Skip to content

Commit

Permalink
Bump to v1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Nov 26, 2023
1 parent 1a823e7 commit a3f6917
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.41.0",
"version": "1.42.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.41.0
image: ghcr.io/sdepold/feedr-web:1.42.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.41.0
image: ghcr.io/sdepold/feedr-api:1.42.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.41.0",
"version": "1.42.0",
"description": "A service for parsing RSS and Atom feeds.",
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit a3f6917

Please sign in to comment.