Skip to content

Commit 7ccc3b5

Browse files
committed
Upgrade LP -> 4.11.0-rc1
1 parent 80e8810 commit 7ccc3b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/js-frontend-app/src/jsMain/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<script type="text/javascript"
13-
src="https://cdn.jsdelivr.net/gh/JetBrains/lets-plot@v4.10.3/js-package/distr/lets-plot.min.js"></script>
13+
src="https://cdn.jsdelivr.net/gh/JetBrains/lets-plot@v4.11.0rc1/js-package/distr/lets-plot.min.js"></script>
1414
<script src="js-frontend-app.js"></script>
1515
<div>
1616
<h2>Lets-Plot Kotlin/JS Demo.</h2>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nexusPublish.version=1.3.0
4444
jupyterApi.version=0.15.3-893-1
4545

4646
# Also update the JS version in <home>/demo/js-frontend-app/src/jsMain/resources/index.html
47-
letsPlot.version=4.10.4-SNAPSHOT
47+
letsPlot.version=4.11.0-rc1
4848

4949
# https://geotoolsnews.blogspot.com/
5050
geotools.version=33.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lets_plot.version=4.10.4-SNAPSHOT
1+
lets_plot.version=4.11.0-rc1
22
lets_plot_kotlin_api.version=4.14.2-SNAPSHOT

0 commit comments

Comments
 (0)