Skip to content

Commit

Permalink
update project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Apr 18, 2020
1 parent 0819179 commit c375dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- 1.3
- 1.4
- nightly
notifications:
email: false
Expand All @@ -13,7 +13,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.3
julia: 1.4
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NiLang"
uuid = "ab4ef3a6-0b42-11ea-31f6-e34652774712"
authors = ["JinGuo Liu", "thautwarm"]
version = "0.3.0"
version = "0.3.1"

[deps]
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Expand Down

0 comments on commit c375dec

Please sign in to comment.