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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
66to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 2.0.0 ] - 2021-04-?? (coming)
8+ ## [ 2.0.1 ] - 2021-04-?? (coming)
99
1010### Changed
1111
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ project.ext.buildSettings = settings
2727
2828allprojects {
2929 group ' org.jetbrains.lets-plot'
30- version " 2.0.1 -alpha1"
30+ version " 2.0.2 -alpha1"
3131
3232 ext. versionIsDev = (version. contains(' SNAPSHOT' )
3333 || version. contains(' rc' )
Original file line number Diff line number Diff line change 55
66
77lets_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