Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed May 9, 2024
1 parent 2841877 commit 021b552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sourceCompatibility = "1.8"
targetCompatibility = "1.8"

group = 'io.bimmergestalt'
version = '0.6-etch-split'
version = '0.7'

publishing {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions etch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ compileJava.mustRunAfter compileEtch
compileJava.mustRunAfter enableEtchRuntime

group = 'io.bimmergestalt'
version = '0.6-etch-split'
version = '0.7'

publishing {
publications {
maven(MavenPublication) {
// package names for Maven/Jitpack
groupId 'io.bimmergestalt'
artifactId 'idriveconnectkit-etch'
version '0.6-etch-split'
version '0.7'

from components.java
}
Expand Down

0 comments on commit 021b552

Please sign in to comment.