We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e1254 commit 6b869d4Copy full SHA for 6b869d4
CHANGELOG.md
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-## [0.0.22-SNAPSHOT] - 2020-06-30 (Not released)
+
11
+## [0.0.22-SNAPSHOT] - 2020-07-01 (Bundled with Kotlin Kernel)
12
### Added
13
- as_discrete()
14
build.gradle
@@ -27,7 +27,7 @@ project.ext.buildSettings = settings
27
28
allprojects {
29
group 'org.jetbrains.lets-plot'
30
- version "0.0.22-SNAPSHOT"
+ version "0.0.23-SNAPSHOT"
31
32
sourceCompatibility = 1.8
33
compileKotlin {
0 commit comments