Skip to content

Commit

Permalink
Update version to 1.1.2 and drop Julia 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored Oct 15, 2019
1 parent 4072267 commit 5c01343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CloudWatchLogs"
uuid = "c4c1e6a2-6bdd-52e0-b56d-1d4734724d2d"
version = "1.1.1"
version = "1.1.2"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand All @@ -16,7 +16,7 @@ AWSCore = ">= 0.3.0"
Memento = ">= 0.12.0"
Mocking = "0.7"
TimeZones = ">= 0.5.0"
julia = "0.7, 1.0"
julia = "1.0"

[extras]
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
Expand Down

2 comments on commit 5c01343

@iamed2
Copy link
Member Author

@iamed2 iamed2 commented on 5c01343 Oct 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4399

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.2 -m "<description of version>" 5c013436e51258b736661ea4e379542df80bba64
git push origin v1.1.2

Please sign in to comment.