Skip to content

Commit 91a852b

Browse files
committedAug 22, 2018
Require 0.7.
1 parent 11cabe6 commit 91a852b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "RandomNumbers"
22
uuid = "e6cf234a-135c-5ec9-84dd-332b85af5143"
33
author = ["Sunoru <s@sunoru.com>"]
44
repo = "https://github.com/sunoru/RandomNumbers.jl.git"
5-
version = "1.0.0"
5+
version = "1.0.1"
66

77

88
[deps]

‎REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
julia 1.0
1+
julia 0.7

‎docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ makedocs()
55
deploydocs(
66
deps = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-material"),
77
repo = "github.com/sunoru/RandomNumbers.jl.git",
8-
julia = "0.7",
8+
julia = "1.0",
99
osname = "linux"
1010
)

0 commit comments

Comments
 (0)