Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmcl committed Mar 18, 2022
1 parent 2bd35ff commit 50352a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Khepri"
uuid = "59ceddad-2dad-55ad-af66-072f48a109d0"
authors = ["aptmcl <antonio.menezes.leitao@gmail.com>"]
version = "1.0.1"
version = "1.0.0"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -13,4 +13,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ColorTypes = "0.11"
Colors = "0.12"
KhepriAutoCAD = "1.0"
Reexport = "1"
julia = "1.7"

2 comments on commit 50352a1

@aptmcl
Copy link
Owner Author

@aptmcl aptmcl commented on 50352a1 Mar 18, 2022

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

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 50352a124f4be8359b6f6d913215293fd33dc029
git push origin v1.0.0

Please sign in to comment.