Skip to content

Commit

Permalink
chore: bump v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rednez committed Jan 31, 2023
1 parent 7e9c0f9 commit 785a3c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rednez/ispent-base
FROM rednez/ispent-base:1.4.0

WORKDIR /app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
# depends_on:
# - api
api:
image: rednez/ispent-api
image: rednez/ispent-api:1.4.0
ports:
- '3333:3333'
environment:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ispent",
"description": "The web app for spending accounting",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"author": {
"name": "Vasyl Yefimenko",
Expand Down

0 comments on commit 785a3c1

Please sign in to comment.