Skip to content

Commit f261925

Browse files
committed
restricting julia version to >1.3 for mimes.jl and minor release
1 parent e902178 commit f261925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LiveServer"
22
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
33
authors = ["Jonas Asprion <jonas.asprion@gmx.ch", "Thibaut Lienart <tlienart@me.com>"]
4-
version = "0.7.4"
4+
version = "0.8"
55

66
[deps]
77
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
@@ -16,4 +16,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616
Crayons = "4"
1717
HTTP = "0.8, 0.9"
1818
MIMEs = "0.1"
19-
julia = "1"
19+
julia = "1.3"

0 commit comments

Comments
 (0)