Skip to content

Commit

Permalink
Set version to v1.0.3-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 5, 2021
1 parent 0156644 commit b743c89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.2"
version = "1.0.3-DEV"

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

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

0 comments on commit b743c89

Please sign in to comment.