File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
plot-api/src/main/resources/letsPlotKotlinAPI Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 2.0.0 ] - 2021-04-?? (coming)
8
+ ## [ 2.0.1 ] - 2021-04-?? (coming)
9
9
10
10
### Changed
11
11
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ project.ext.buildSettings = settings
27
27
28
28
allprojects {
29
29
group ' org.jetbrains.lets-plot'
30
- version " 2.0.1 -alpha1"
30
+ version " 2.0.2 -alpha1"
31
31
32
32
ext. versionIsDev = (version. contains(' SNAPSHOT' )
33
33
|| version. contains(' rc' )
Original file line number Diff line number Diff line change 5
5
6
6
7
7
lets_plot.version =2.0.2
8
- lets_plot_kotlin_api.version =2.0.0
8
+ lets_plot_kotlin_api.version =2.0.1
You can’t perform that action at this time.
0 commit comments