From c375decd74fe40e8ec1574f0d78a2cb0059d00c2 Mon Sep 17 00:00:00 2001 From: GiggleLiu Date: Fri, 17 Apr 2020 21:32:02 -0400 Subject: [PATCH] update project.toml --- .travis.yml | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb79f77..e9e7dfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux - osx julia: - - 1.3 + - 1.4 - nightly notifications: email: false @@ -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())); diff --git a/Project.toml b/Project.toml index 9e96b81..b2bc50c 100644 --- a/Project.toml +++ b/Project.toml @@ -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"