Skip to content

Commit

Permalink
Set version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 17, 2023
1 parent b407664 commit 4a93d08
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name = "DataVoyager"
uuid = "5721bf48-af8e-5845-8445-c9e18126e773"
version = "1.0.3-DEV"
version = "1.1.0"

[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Electron = "a1bb12fb-d4d1-54b4-b10a-ee7951ef7ad3"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"

[compat]
DataValues = "0.4.4"
TableTraits = "0.3.1, 0.4, 1"
JSON = "0.19, 0.20, 0.21"
URIParser = "0.4"
julia = "1.3"
Electron = "0.2, 0.3, 0.4, 1, 2, 3, 4"
DataValues = "0.4.4"
FilePaths = "0.8"
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
IteratorInterfaceExtensions = "0.1.1, 1"
JSON = "0.19, 0.20, 0.21"
TableTraits = "0.3.1, 0.4, 1"
URIParser = "0.4"
VegaLite = "2, 3"
julia = "1.3"
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"

2 comments on commit 4a93d08

@davidanthoff
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/85791

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.1.0 -m "<description of version>" 4a93d08da78b8e3c0f294da3d3e3992d8d5cd217
git push origin v1.1.0

Please sign in to comment.