We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eba05 commit 8583eb5Copy full SHA for 8583eb5
.gitignore
@@ -0,0 +1 @@
1
+Manifest.toml
.travis.yml
@@ -2,6 +2,8 @@ language: julia
2
os:
3
- linux
4
julia:
5
- - 1.0
+ - 1.0.5
6
+ - 1.4
7
+ - nightly
8
notifications:
9
email: false
Manifest.toml
Project.toml
@@ -1,11 +1,17 @@
name = "Scryfall"
uuid = "26fa0e40-23c6-5e70-8e5d-49a8a0c72583"
authors = ["Moelf <jerryling315@gmail.com>"]
-version = "0.1.3"
+version = "0.1.4"
[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
10
[compat]
11
julia = "1"
12
+
13
+[extras]
14
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
16
+[targets]
17
+test = ["Test"]
REQUIRE
0 commit comments