Skip to content

Commit

Permalink
Set version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Sep 24, 2020
1 parent 39aff1d commit 48bd9ee
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,30 +1,30 @@
name = "ElectronDisplay"
uuid = "d872a56f-244b-5cc9-b574-2017b5b909a8"
version = "1.0.1-DEV"
version = "1.0.1"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Electron = "a1bb12fb-d4d1-54b4-b10a-ee7951ef7ad3"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"

[extras]
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"

[compat]
Electron = "0.2, 0.3, 0.4, 1, 2, 3.0"
FilePaths = "0.8.1"
IteratorInterfaceExtensions = "0.1.1, 1"
JSON = "0.20, 0.21"
julia = "1.3"
Electron = "0.2, 0.3, 0.4, 1, 2, 3.0"
TableShowUtils = "0.2.3"
IteratorInterfaceExtensions = "0.1.1, 1"
FilePaths = "0.8.1"
TableTraits = "0.4.1, 1"
julia = "1.3"

[extras]
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"

[targets]
test = ["VegaDatasets", "Test", "Gadfly"]

2 comments on commit 48bd9ee

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

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.1 -m "<description of version>" 48bd9ee9df97ea2b327b5840fa831472b15be213
git push origin v1.0.1

Please sign in to comment.