Skip to content

Commit 6ab51b5

Browse files
n8sh9il
authored andcommitted
Update mir-algorithm version in README.md runnable examples (#135)
1 parent 33eb381 commit 6ab51b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Dlang core library for math, finance and a home for Dlang multidimensional array
2525
#### Example (3 sec)
2626
```d
2727
/+dub.sdl:
28-
dependency "mir-algorithm" version="~>0.7.0"
28+
dependency "mir-algorithm" version="~>0.8.0"
2929
+/
3030
3131
void main()
@@ -50,7 +50,7 @@ void main()
5050
#### Example (30 sec)
5151
```d
5252
/+dub.sdl:
53-
dependency "mir-algorithm" version="~>0.7.0"
53+
dependency "mir-algorithm" version="~>0.8.0"
5454
+/
5555
void main()
5656
{

0 commit comments

Comments
 (0)