diff --git a/.gitignore b/.gitignore index 90f2fad..e63c5e8 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* \ No newline at end of file diff --git a/README.md b/README.md index 5795ae0..2987d06 100644 --- a/README.md +++ b/README.md @@ -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") diff --git a/build.gradle.kts b/build.gradle.kts index 045ff66..162c252 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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().all { diff --git a/future_changes.md b/future_changes.md index 7d16db5..884e4c1 100644 --- a/future_changes.md +++ b/future_changes.md @@ -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