Skip to content

Commit

Permalink
version 0.12.30
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jan 3, 2021
1 parent 74044e2 commit 87a492a
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,6 +1,6 @@
name = "Atom"
uuid = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
version = "0.12.29"
version = "0.12.30"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

4 comments on commit 87a492a

@aviatesk
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
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/27234

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.12.30 -m "<description of version>" 87a492a41d206d8f606a45e9fcdc22de562a8afc
git push origin v0.12.30

Also, note the warning: Version 0.12.30 skips over 0.12.29
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@aviatesk
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
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/27234

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.12.30 -m "<description of version>" 87a492a41d206d8f606a45e9fcdc22de562a8afc
git push origin v0.12.30

Please sign in to comment.