From a6c7dafb70fc5a0f89181f474f04855e9c0dfdf7 Mon Sep 17 00:00:00 2001 From: sergeych Date: Tue, 25 Jun 2024 10:40:59 +0700 Subject: [PATCH] version bump 0.4 (incompatible with 0.3!) --- .gitignore | 1 + build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f23846..bc1c5cd 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ bin/ # Other .kotlin .idea +/kotlin-js-store/yarn.lock diff --git a/build.gradle.kts b/build.gradle.kts index 9db0ea5..c6ab2ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "net.sergeych" -version = "0.3.1-SNAPSHOT" +version = "0.4.1-SNAPSHOT" repositories { mavenCentral() @@ -20,7 +20,7 @@ kotlin { browser() } linuxX64() -// linuxArm64() + linuxArm64() // macosX64() // macosArm64() ?: break