From 0e6edbdee784d9cf26bcf7020b72fecfb38cab21 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Thu, 27 Sep 2018 13:01:22 -0400 Subject: [PATCH] Update to cap at < version 2 --- Project.toml | 2 +- REQUIRE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d4d387d..846b2ad 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "cb9422de-a9d8-5b68-86db-ff05833ab307" keywords = ["Strings", "Characters", "Character Sets", "Encodings"] license = "MIT" desc = "Types, Traits and support for Character Sets, Encodings, and CSEs (Character Set Encodings)" -version = "0.1.6" +version = "0.1.8" [deps] InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" diff --git a/REQUIRE b/REQUIRE index 29f4c8d..1a1cc22 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1,3 @@ -julia 0.6 +julia 0.6 2- ModuleInterfaceTools 0.1.6 StrAPI 0.1.7