Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Jul 19, 2024
1 parent aa6b107 commit 4709fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4709fcc

Please sign in to comment.