From 4709fccc10683c6613b0c1c6ff877b1fe3259ced Mon Sep 17 00:00:00 2001 From: Martmists Date: Fri, 19 Jul 2024 20:59:58 +0200 Subject: [PATCH] update version Signed-off-by: Martmists --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e83631..132d9b5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ repositories { } dependencies { - implementation("com.martmists.ndarray-simd:ndarray-simd:1.0.2") + implementation("com.martmists.ndarray-simd:ndarray-simd:1.0.3") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 1598474..161ea98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.martmists.ndarray-simd" -version = "1.0.2" +version = "1.0.3" val isProduction = (findProperty("production") ?: System.getProperty("production")) != null repositories {