Skip to content

Commit

Permalink
Bump version, extend compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv authored Jan 27, 2020
1 parent ca22990 commit 2e8030c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "WebToys"
uuid = "f67adaa7-c0cb-55cd-ba19-4b9b797b00eb"
license = "MIT"
version = "0.1.0"
version = "0.1.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -18,10 +18,10 @@ Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"

[compat]
CSSUtil = "0.1.0"
Colors = "0.9.6"
Colors = "0.9.6, 0.10, 0.11"
FileIO = "1.0.7"
ImageMagick = "0.7.5"
Images = "0.18.0"
ImageMagick = "0.7.5, 1"
Images = "0.18.0, 0.19, 0.20"
Interact = "0.10.2"
JSExpr = "0.5.0"
Observables = "0.2.3"
Expand Down

2 comments on commit 2e8030c

@twavv
Copy link
Member Author

@twavv twavv commented on 2e8030c Jan 27, 2020

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/8527

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 v0.1.1 -m "<description of version>" 2e8030cb491ac8ee906760e38aa644ea81f9e829
git push origin v0.1.1

Please sign in to comment.