Skip to content

Commit

Permalink
Set version to v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 28, 2022
1 parent ae245f9 commit 598f379
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name = "CSTParser"
uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
authors = ["Zac Nugent <zac.nugent@gmail.com>"]
version = "3.3.3"
version = "3.3.4"

[deps]
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"

[compat]
Tokenize = "0.5.24"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
Tokenize = "0.5.24"

[targets]
test = ["Test"]

2 comments on commit 598f379

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

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 v3.3.4 -m "<description of version>" 598f379299a5b4ad2bb8d751a2593adfb622c470
git push origin v3.3.4

Please # to comment.