Skip to content

Commit

Permalink
prepare 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wowselim committed Jul 27, 2022
1 parent 7c5766e commit 50c30a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
}
}

Expand All @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'maven-publish'

group 'co.selim.goldfinch'
version '3.0.0'
version '3.0.1'

java {
withSourcesJar()
Expand Down

0 comments on commit 50c30a4

Please sign in to comment.