Skip to content

Commit 74dd476

Browse files
committed
Publish api v2.0.1 to Maven central.
1 parent a80d846 commit 74dd476

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [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

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 "2.0.1-alpha1"
30+
version "2.0.2-alpha1"
3131

3232
ext.versionIsDev = (version.contains('SNAPSHOT')
3333
|| version.contains('rc')

plot-api/src/main/resources/letsPlotKotlinAPI/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66

77
lets_plot.version=2.0.2
8-
lets_plot_kotlin_api.version=2.0.0
8+
lets_plot_kotlin_api.version=2.0.1

0 commit comments

Comments
 (0)