Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martmists-GH committed Dec 14, 2024
1 parent 9d99067 commit dedd69e
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.10")
implementation("com.martmists.ndarray-simd:ndarray-simd:1.1.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.martmists.ndarray-simd"
version = "1.0.10"
version = "1.1.0"
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null

repositories {
Expand Down

0 comments on commit dedd69e

Please sign in to comment.