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 21, 2024
1 parent 837582f commit 75a9dcc
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.7")
implementation("com.martmists.ndarray-simd:ndarray-simd:1.0.8")
}
```

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.7"
version = "1.0.8"
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null

repositories {
Expand Down

0 comments on commit 75a9dcc

Please sign in to comment.