Skip to content

Commit 6b869d4

Browse files
committed
Update changelog and increase version.
1 parent 16e1254 commit 6b869d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.22-SNAPSHOT] - 2020-06-30 (Not released)
10+
11+
## [0.0.22-SNAPSHOT] - 2020-07-01 (Bundled with Kotlin Kernel)
1112
### Added
1213
- as_discrete()
1314

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project.ext.buildSettings = settings
2727

2828
allprojects {
2929
group 'org.jetbrains.lets-plot'
30-
version "0.0.22-SNAPSHOT"
30+
version "0.0.23-SNAPSHOT"
3131

3232
sourceCompatibility = 1.8
3333
compileKotlin {

0 commit comments

Comments
 (0)