Skip to content

Commit 615cabe

Browse files
Upgrade to lets-plot v4.7.1
1 parent 6bd9cf0 commit 615cabe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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/[email protected].0/js-package/distr/lets-plot.min.js"></script>
13+
src="https://cdn.jsdelivr.net/gh/JetBrains/[email protected].1/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>

future_changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [4.11.1] - 2025-mm-dd
1+
## [4.11.1] - 2025-08-dd
22

3-
This release is 100% compatible with Lets-Plot [v 4.7.0](https://github.com/JetBrains/lets-plot/releases/tag/v4.7.0),
3+
This release is 100% compatible with Lets-Plot [v 4.7.1](https://github.com/JetBrains/lets-plot/releases/tag/v4.7.1),
44
GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
55

66
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
3636
jupyterApi.version=0.12.0-313
3737

3838
# Also update JS version in <home>/demo/js-frontend-app/src/main/resources/index.html
39-
letsPlot.version=4.7.0
39+
letsPlot.version=4.7.1
4040

4141
# https://geotoolsnews.blogspot.com/
4242
geotools.version=33.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lets_plot.version=4.7.0
2-
lets_plot_kotlin_api.version=4.11.0
1+
lets_plot.version=4.7.1
2+
lets_plot_kotlin_api.version=4.11.1-SNAPSHOT

0 commit comments

Comments
 (0)