Skip to content

Commit

Permalink
Bumped to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xizhi Zhu committed Nov 27, 2019
1 parent 293b1b2 commit de17b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Configurations.kt
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.JavaVersion

object Versions {
object App {
const val code = 200
const val code = 300
const val name: String = "${code / 10000}.${(code % 10000) / 100}.${code % 100}"
}

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
---------

#### Next release
#### v0.3.0 (2019-11-27)
- Changed Condition.NoOp to an object

#### v0.2.0 (2019-11-27)
Expand Down

0 comments on commit de17b63

Please sign in to comment.