Skip to content

Commit 6c4e224

Browse files
more version support, updated minor version number
1 parent 00ef243 commit 6c4e224

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TiledViews"
22
uuid = "ab21d65a-3167-428d-8ea2-d01236aa30f2"
33
authors = ["rheintzmann <heintzmann@gmail.com>", "Felix Wechsler (roflmaostc) <fxw+git@mailbox.org>"]
4-
version = "0.2.3"
4+
version = "0.2.4"
55

66
[deps]
77
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
@@ -10,9 +10,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111

1212
[compat]
13-
IndexFunArrays = "0.2.4"
14-
NDTools = "0.4, 0.5"
15-
julia = "1, 1.6, 1.7"
13+
IndexFunArrays = "0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8"
14+
NDTools = "0.4, 0.5, 0.6, 0.7"
15+
julia = "1, 1.6, 1.7, 1.8, 1.9, 1.10"
1616

1717
[extras]
1818
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)