Skip to content

Commit

Permalink
Updated version v3.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Dec 13, 2022
1 parent f087361 commit 2b1d0db
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ configurations {

allprojects {
group = 'org.jetbrains.lets-plot'
version = "3.0.1-alpha1"
project.ext.js_artifact_version = "3.0.1.dev1"
version = "3.0.0-rc2"
project.ext.js_artifact_version = "3.0.0rc2"
// see also: python-package/lets_plot/_version.py

// Generate JVM 1.8 bytecode
Expand Down
10 changes: 5 additions & 5 deletions js-package/distr/lets-plot.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js-package/distr/lets-plot.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '3.0.1.dev1'
__version__ = '3.0.0rc2'

0 comments on commit 2b1d0db

Please sign in to comment.