Skip to content

Commit adf90f9

Browse files
committed
bump version
1 parent 9236250 commit adf90f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
implementation("com.martmists.ndarray-simd:ndarray-simd:1.6.0")
15+
implementation("com.martmists.ndarray-simd:ndarray-simd:1.7.0")
1616
}
1717
```
1818

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "com.martmists.ndarray-simd"
20-
version = "1.6.0"
20+
version = "1.7.0"
2121
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null
2222

2323
repositories {

0 commit comments

Comments
 (0)