Skip to content

Commit

Permalink
sync client.js, switch to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Guichard committed Jun 28, 2024
1 parent ed2f3ff commit bbb8db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}
}

ext.releaseVersion = '0.5.0-SNAPSHOT'
ext.releaseVersion = '0.5.0'
ext.isReleaseVersion = { -> !releaseVersion.endsWith('SNAPSHOT') }

version releaseVersion
Expand Down
2 changes: 1 addition & 1 deletion taack-ui/grails-app/assets/javascripts/client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion taack-ui/grails-app/assets/javascripts/client.js.map

Large diffs are not rendered by default.

0 comments on commit bbb8db7

Please sign in to comment.