Skip to content

Commit

Permalink
Merge pull request #11 from cryptofervid/update-version
Browse files Browse the repository at this point in the history
Updated version in build.kt to 0.2.5
  • Loading branch information
yilunzhang authored Sep 27, 2021
2 parents c29909e + d9f8348 commit b69d127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val NknSdk by project {

projectName set { "NknSdk" }
projectGroup set { "cz.jsmith.nkn" }
projectVersion set { "0.2.2" }
projectVersion set { "0.2.5" }

repositories add { Jitpack }

Expand Down Expand Up @@ -118,4 +118,4 @@ val PubSubExample by project(path("examples")) {

runDirectory set { projectRoot.get() }

}
}

0 comments on commit b69d127

Please sign in to comment.