Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Nov 11, 2017
1 parent a5ce9ec commit 59a1f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
}

group 'com.soywiz'
version '0.2.2-SNAPSHOT'
version '0.2.2'

if (project == rootProject) {
new File(rootProject.rootDir, "klock/common/src/main/kotlin/com/soywiz/klock/KlockVersion.kt").write(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.soywiz.klock

val KLOCK_VERSION = "0.2.2-SNAPSHOT"
val KLOCK_VERSION = "0.2.2"

0 comments on commit 59a1f5c

Please sign in to comment.