Skip to content

Commit

Permalink
Set version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2022
1 parent 2c5e0f3 commit 8f07bc2
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 = "CoherentNoise"
uuid = "3547b4d8-3bdb-4c10-a099-d01a31e852e0"
authors = ["Michael Fiano <mail@mfiano.net> and contributors"]
version = "1.3.0"
version = "1.3.1"

[deps]
CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"
Expand Down

4 comments on commit 8f07bc2

@github-actions
Copy link
Contributor 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/67031

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.3.1 -m "<description of version>" 8f07bc2779595ac5fda21d8c7c63bbf60410df9c
git push origin v1.3.1

Also, note the warning: Version 1.3.1 skips over 1.3.0
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.

@mfiano
Copy link
Collaborator

@mfiano mfiano commented on 8f07bc2 Aug 25, 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 updated: JuliaRegistries/General/67031

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.3.1 -m "<description of version>" 8f07bc2779595ac5fda21d8c7c63bbf60410df9c
git push origin v1.3.1

Please sign in to comment.