Skip to content

Commit

Permalink
Update Project.toml (v1.1.1, update Memento version to 0.12)
Browse files Browse the repository at this point in the history
Previous commit needed this Memento version bound
  • Loading branch information
iamed2 committed Jul 10, 2019
1 parent 3377fd3 commit 72b99a2
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.0"
version = "1.1.1"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand All @@ -13,7 +13,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AWSCore = ">= 0.3.0"
Memento = ">= 0.9.0"
Memento = ">= 0.12.0"
Mocking = ">= 0.5.3"
TimeZones = ">= 0.5.0"
julia = "0.7, 1.0"
Expand Down

2 comments on commit 72b99a2

@iamed2
Copy link
Member Author

@iamed2 iamed2 commented on 72b99a2 Jul 10, 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/1925

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.1 -m "<description of version>" 72b99a2a54c1c5d45fdabb7bda3036c5662970f3
git push origin v1.1.1

Please sign in to comment.