Skip to content

Commit

Permalink
Merge pull request #37 from JuliaComputing/tan/misc
Browse files Browse the repository at this point in the history
update Project.toml and bump patch version
  • Loading branch information
tanmaykm committed May 7, 2021
2 parents cd21a66 + 6b8f0d6 commit 71e7713
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ before_install:
- export PATH=$M2_HOME/bin:$PATH
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1
- nightly
matrix:
allow_failures:
Expand Down
9 changes: 6 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name = "Swagger"
uuid = "2d69052b-6a58-5cd9-a030-a48559c324ac"
keywords = ["Swagger", "OpenApi", "REST"]
license = "MIT"
desc = "Swagger (OpenAPI) helper and code generator for Julia"
authors = ["Tanmay Mohapatra <tanmaykm@gmail.com>"]
version = "0.2.4"
version = "0.2.5"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -10,8 +13,8 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"

[compat]
julia = "~1"
HTTP = "~0.8"
julia = "1"
HTTP = "0.8, 0.9"
JSON = "0.20, 0.21"
MbedTLS = "0.6.8, 0.7, 1"

Expand Down

0 comments on commit 71e7713

Please sign in to comment.