Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taack committed Jul 2, 2024
1 parent 17638ff commit 1aa362b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
- ~~TaackPluginConfiguration, replace mainController by methodClosure~~
- ~~TaackApps must not be a grails plugin~~
- ~~Port intranet apps~~
- PoC new Charts DSL
- ~~PoC new Charts DSL~~


# 0.5.x
Expand Down
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.1-SNAPSHOT'
ext.releaseVersion = '0.5.1'
ext.isReleaseVersion = { -> !releaseVersion.endsWith('SNAPSHOT') }

version releaseVersion
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rootProject.name = 'infra'

include 'taack-jdbc-common'
include 'taack-ui'
include 'taack-ui-test'
include 'browser:client'
//include 'taack-ui-test'
//include 'browser:client'

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 1aa362b

Please sign in to comment.