Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanxD committed Aug 15, 2021
1 parent bd3a60b commit 6885767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Kores-DSL/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
group 'com.github.koresframework'
group 'com.koresframework'

apply plugin: 'kotlin'
apply plugin: 'license'

apply plugin: 'maven-publish'

version '4.1.11.base'
version '4.2.1.base'

jar {
manifest {
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 {
}

group 'com.koresframework'
version '4.2.0.base'
version '4.2.1.base'

apply from: 'gradle/common.gradle'

Expand Down

0 comments on commit 6885767

Please sign in to comment.