Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormarcal committed Oct 13, 2024
1 parent 0c3a075 commit 41a48ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM amazoncorretto:21-alpine

WORKDIR /app
COPY --from=frontend_builder /app/.output/public /app/public
COPY --from=backend_builder /app/backend/application/build/libs/application-1.13.2.jar chatvault.jar
COPY --from=backend_builder /app/backend/application/build/libs/application-1.13.3.jar chatvault.jar

VOLUME /config
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {


group = 'dev.marcal'
version = '1.13.2'
version = '1.13.3'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatvault",
"private": true,
"version": "1.13.2",
"version": "1.13.3",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 41a48ee

Please sign in to comment.