Skip to content

Commit 9030671

Browse files
committed
Upgrade LP to 4.5.1 and set future version to 4.9.0
1 parent 16c416f commit 9030671

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
group = "org.jetbrains.lets-plot"
2727
version = when (name) {
2828
"dokka" -> "4.8.0"
29-
else -> "4.8.1-SNAPSHOT"
29+
else -> "4.9.0-SNAPSHOT"
3030
// else -> "0.0.0-SNAPSHOT" // for local publishing only
3131
}
3232

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.4.1/js-package/distr/lets-plot.min.js"></script>
13+
src="https://cdn.jsdelivr.net/gh/JetBrains/lets-plot@v4.5.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>

docs/examples/jupyter-notebooks/f-4.8.1/linetype_custom.ipynb renamed to docs/examples/jupyter-notebooks/f-4.9.0/linetype_custom.ipynb

File renamed without changes.

docs/examples/jupyter-notebooks/f-4.8.1/theme_facet_strip_xy.ipynb renamed to docs/examples/jupyter-notebooks/f-4.9.0/theme_facet_strip_xy.ipynb

File renamed without changes.

docs/examples/jupyter-notebooks/f-4.8.1/theme_legend_key.ipynb renamed to docs/examples/jupyter-notebooks/f-4.9.0/theme_legend_key.ipynb

File renamed without changes.

docs/examples/jupyter-notebooks/f-4.8.1/theme_legend_margins.ipynb renamed to docs/examples/jupyter-notebooks/f-4.9.0/theme_legend_margins.ipynb

File renamed without changes.

future_changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [4.8.1] - 2024-mm-dd
1+
## [4.9.0] - 2024-11-dd
22

33
### Added
44

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nexusStaging.version=0.30.0
2424
nexusPublish.version=1.3.0
2525

2626
# Also update JS version in <home>/demo/js-frontend-app/src/main/resources/index.html
27-
letsPlot.version=4.4.2-SNAPSHOT
27+
letsPlot.version=4.5.1
2828

2929
# The latest GeoTools 30-RC do not compile due to
3030
# "renaming of all "org.opengis" packages into "org.geotools.api" ones"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lets_plot.version=4.4.2-SNAPSHOT
2-
lets_plot_kotlin_api.version=4.8.1-SNAPSHOT
1+
lets_plot.version=4.5.1
2+
lets_plot_kotlin_api.version=4.9.0-SNAPSHOT

0 commit comments

Comments
 (0)