Skip to content

Commit

Permalink
Upgrade website and API
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Sep 10, 2023
1 parent 146aa04 commit 38bbe21
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.12.0",
"version": "1.13.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.12.0
image: ghcr.io/sdepold/feedr-web:1.13.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.12.0
image: ghcr.io/sdepold/feedr-api:1.13.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.12.0",
"version": "1.13.0",
"description": "A service for parsing RSS and Atom feeds.",
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 38bbe21

Please sign in to comment.