Skip to content

Commit 358ce26

Browse files
committed
bump version for actions
1 parent f6b2e9a commit 358ce26

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
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("com.martmists.ndarray-simd:ndarray-simd:1.4.3")
13+
implementation("com.martmists.ndarray-simd:ndarray-simd:1.4.4")
1414
}
1515
```
1616

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "com.martmists.ndarray-simd"
17-
version = "1.4.3"
17+
version = "1.4.4"
1818
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null
1919

2020
repositories {

0 commit comments

Comments
 (0)