From b9122c8eb1b7aac25ae812cc6a61c3e87db04d80 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Tue, 23 Apr 2019 07:52:08 -0400 Subject: [PATCH] Update scripts, add version to Project.toml --- Project.toml | 1 + appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 12a5a6c..3d47bd6 100644 --- a/Project.toml +++ b/Project.toml @@ -3,6 +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 = "1.0.0" [deps] ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf" 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: