Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormarcal committed Jan 23, 2024
1 parent 87b96cc commit 7f07a0e
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 @@ -21,7 +21,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.11.1.jar chatvault.jar
COPY --from=backend_builder /app/backend/application/build/libs/application-1.12.0.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.11.1'
version = '1.12.0'

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.11.1",
"version": "1.12.0",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 7f07a0e

Please sign in to comment.