Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Aug 22, 2022
1 parent 1f65032 commit 3802b81
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["protobuf", "protoc"]
license = "MIT"
desc = "Julia protobuf implementation"
authors = ["Tomáš Drvoštěp <[email protected]>"]
version = "1.0.3"
version = "1.0.4"

[deps]
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
Expand Down

2 comments on commit 3802b81

@Drvi
Copy link
Member Author

@Drvi Drvi commented on 3802b81 Aug 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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 v1.0.4 -m "<description of version>" 3802b810abc7a5a623167b65482e35de8f9c8aac
git push origin v1.0.4

Please sign in to comment.