From 8ee749681c7d26898e606c11ed4b9acc71ce5b62 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Thu, 27 Sep 2018 17:07:47 -0400 Subject: [PATCH] Update version # and cap at < Julia 2 --- Project.toml | 1 + REQUIRE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3cd509a..c356b6e 100644 --- a/Project.toml +++ b/Project.toml @@ -4,6 +4,7 @@ keywords = ["Strings"] license = "MIT" name = "StrTables" uuid = "9700d1a9-a7c8-5760-9816-a99fda30bb8f" +version = "0.2.6" [deps] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" diff --git a/REQUIRE b/REQUIRE index 137767a..94e1598 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1 @@ -julia 0.6 +julia 0.6 2-