Skip to content

Commit

Permalink
Set version to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 18, 2023
1 parent f2e366c commit 3722112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Vega"
uuid = "239c3e63-733f-47ad-beb7-a12fde22c578"
version = "2.6.2-DEV"
version = "2.6.2"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -12,11 +12,11 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Expand All @@ -36,11 +36,11 @@ JSON = "0.19, 0.20, 0.21"
DataStructures = "0.17, 0.18"
JSONSchema = "0.1, 0.2, 0.3, 1"
BufferedStreams = "1.1"
NodeJS = "2"
MacroTools = "0.4.4, 0.5"
FileIO = "1.0.1"
TableTraitsUtils = "1"
julia = "1.6"
NodeJS = "2"
DataValues = "0.4.4"
FilePaths = "0.7, 0.8"
Setfield = "0.4, 0.5, 0.6, 0.7, 1"
Expand Down

2 comments on commit 3722112

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

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 v2.6.2 -m "<description of version>" 372211291e92db180a18eb60d548c8f7062f6e5c
git push origin v2.6.2

Please sign in to comment.