From 736c0c75b0e0ee7fb035e8399b55963e6925f09d Mon Sep 17 00:00:00 2001 From: Rory Finnegan Date: Tue, 16 Apr 2019 12:51:13 -0500 Subject: [PATCH 1/2] Update Project.toml Update Project.toml to support a new release via the registrator app. --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 044a526..b2c06bb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,7 @@ name = "CloudWatchLogs" uuid = "c4c1e6a2-6bdd-52e0-b56d-1d4734724d2d" +authors = ["Invenia Technical Computing"] +version = "1.1.0" [deps] AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598" From 87134be20a4854f5af2fab0eb3eec184a633db37 Mon Sep 17 00:00:00 2001 From: Rory Finnegan Date: Tue, 16 Apr 2019 13:17:08 -0500 Subject: [PATCH 2/2] Remove authors for now --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index b2c06bb..f7d9bd7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,5 @@ name = "CloudWatchLogs" uuid = "c4c1e6a2-6bdd-52e0-b56d-1d4734724d2d" -authors = ["Invenia Technical Computing"] version = "1.1.0" [deps]