Skip to content

Commit

Permalink
V1.1.3 (code optimization)
Browse files Browse the repository at this point in the history
  • Loading branch information
baumgrai committed May 28, 2024
1 parent 3de2289 commit d7f6386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ compileTestJava {
}

group = 'com.icx.domain'
version = '1.1.2'
version = '1.1.3'

final BUILD_DATE = new Date().format('yyyyMMdd.HHmmss');
jar {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Implementation-Title: domain
Implementation-Version: 1.1.2.20240513.104504
Implementation-Version: 1.1.3.20240528.101028
Implementation-Vendor: infinIT.cx GmbH
Built-By: raine

0 comments on commit d7f6386

Please sign in to comment.