From b34ab69f1cb08a60eadbb2c2709e763d219553c3 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Tue, 23 Apr 2019 00:21:22 -0400 Subject: [PATCH] Update scripts and Project.toml --- Project.toml | 3 ++- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6a1ca85..a23b13e 100644 --- a/Project.toml +++ b/Project.toml @@ -4,6 +4,7 @@ keywords = ["Entities", "LaTeX"] license = "MIT" name = "LaTeX_Entities" uuid = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d" +version = "1.0.0" [deps] StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f" @@ -18,4 +19,4 @@ test = ["Test"] [compat] julia = "^1.0.0" -StrTables = "0.3.0, ≥ 1.0.0" +StrTables = "≥ 1.0.0" diff --git a/appveyor.yml b/appveyor.yml index 16158fa..022d9ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - julia_version: 1.0 - - julia_version: 1.1 + - julia_version: 1 - julia_version: latest platform: