Skip to content

Commit

Permalink
Update version to pick up StrBase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jan 28, 2020
1 parent 5e41a80 commit 61f3962
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,16 @@ PCRE2 = "1.0.2"
Format = "1.1.0"
ModuleInterfaceTools = "1.0.1"
InternedStrings = "0.7.0"
StrBase = "1.0.2"
StrAPI = "1.0.0"
StrBase = "1.0.3"
StrTables = "1.0.0"
StrEntities = "1.0.0"
StrFormat = "1.0.0"
StrRegex = "1.0.1"
StrLiterals = "1.0.0"
ChrBase = "1.0.0"
Emoji_Entities = "1.0.0"
HTML_Entities = "1.0.0"
LaTeX_Entities = "1.0.0"
Unicode_Entities = "1.0.0"
MurmurHash3 = "^1.0.3"

2 comments on commit 61f3962

@ScottPJones
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 updated: JuliaRegistries/General/8534

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 61f396259c38ef246c518fab13bd15a608e13ffb
git push origin v1.0.2

Please sign in to comment.