Skip to content

Commit

Permalink
update v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchingwen committed Feb 19, 2022
1 parent cb8c221 commit b259558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TextEncodeBase"
uuid = "f92c20c0-9f2a-4705-8116-881385faba05"
authors = ["chengchingwen <[email protected]> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
Expand Down

2 comments on commit b259558

@chengchingwen
Copy link
Owner 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/54969

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 v0.2.2 -m "<description of version>" b259558bf7b459881a7d890fc52427beb34a8076
git push origin v0.2.2

Please sign in to comment.