We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c491a4 commit eeb467aCopy full SHA for eeb467a
2 files changed
.travis.yml
@@ -7,6 +7,7 @@ julia:
7
- 1.1
8
- 1.2
9
- 1.3
10
+ - 1.4
11
- nightly
12
matrix:
13
fast_finish: true
Project.toml
@@ -3,7 +3,7 @@ uuid = "480116ec-64ea-5dec-baca-db6b11e96e37"
3
keywords = ["julia", "rest", "api"]
4
license = "MIT"
5
desc = "Julia package for deploying APIs"
6
-version = "0.6.1"
+version = "0.6.2"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -15,7 +15,7 @@ ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
15
16
[compat]
17
HTTP = "0.8"
18
-ZMQ = "1.0"
+ZMQ = "1.0, 1.1, 1.2"
19
JSON = "0.21"
20
julia = "1"
21
0 commit comments