Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jairrab committed Sep 5, 2021
1 parent 98ce559 commit b78dc0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
* Use plugin 'kotlin' if importing this project into Android Studio
* Use plugin 'org.jetbrains.kotlin.jvm' version '1.3.61' to build library
*/
id 'kotlin'
//id 'org.jetbrains.kotlin.jvm' version '1.4.10'
//id 'kotlin'
id 'org.jetbrains.kotlin.jvm' version '1.4.10'
}

allprojects {
Expand All @@ -19,7 +19,7 @@ allprojects {
}

group 'com.github.jairrab.calc'
version "3.7.0"
version "3.7.1"


java {
Expand Down

0 comments on commit b78dc0f

Please sign in to comment.