Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Aug 30, 2024
1 parent 4785bc1 commit f0d37bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ demo-android-app/src/main/jniLibs/x86_64/META-INF/*
/kotlin-js-store/yarn.lock

local.properties
skiko-jni-libs.zip

.maven-publish-dev-repo/*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ dependencies {
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.8.0")

// Lets-Plot Multiplatform
implementation("org.jetbrains.lets-plot:lets-plot-common:4.4.0")
implementation("org.jetbrains.lets-plot:platf-awt:4.4.0")
implementation("org.jetbrains.lets-plot:lets-plot-common:4.4.1")
implementation("org.jetbrains.lets-plot:platf-awt:4.4.1")

// Lets-Plot Skia Frontend
implementation("org.jetbrains.lets-plot:lets-plot-swing-skia:1.0.4")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (project.file("local.properties").exists()) {

allprojects {
group = "org.jetbrains.lets-plot"
version = "2.0.0-SNAPSHOT"
version = "2.0.1-SNAPSHOT"
// version = "0.0.0-SNAPSHOT" // for local publishing only

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {
Expand Down
1 change: 0 additions & 1 deletion future_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
### Added

### Changed
- Kotlin 2.0.0 and Compose 1.6.10 support [[11](https://github.com/JetBrains/lets-plot-skia/issues/11)].

### Fixed

0 comments on commit f0d37bd

Please sign in to comment.