Skip to content

Commit b34cd57

Browse files
committed
update readme
1 parent 5c78a83 commit b34cd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NumJ is N-dimensional Array library for Java that supports parallelized operatio
44
NumJ requires JDK 1.8 or higher.
55

66
## Version
7-
*0.0.23*
7+
*0.0.24*
88

99
## Documentation
1010
[Documentation](https://getumen.github.io/NumJ/doc)
@@ -20,7 +20,7 @@ repositories {
2020
2121
2222
dependencies {
23-
compile 'jp.ac.tsukuba.cs.mdl:numj:0.0.23'
23+
compile 'jp.ac.tsukuba.cs.mdl:numj:0.0.24'
2424
}
2525
2626
```

0 commit comments

Comments
 (0)