Skip to content

Commit

Permalink
Bump to 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rofinn committed Nov 22, 2019
1 parent 1339b02 commit 9873fc6
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 @@ -2,7 +2,7 @@ name = "JLSO"
uuid = "9da8a3cd-07a3-59c0-a743-3fdc52c30d11"
license = "MIT"
authors = ["Invenia Technical Computing Corperation"]
version = "1.2.2"
version = "1.3.0"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down

2 comments on commit 9873fc6

@rofinn
Copy link
Member Author

@rofinn rofinn commented on 9873fc6 Nov 22, 2019

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/5757

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.3.0 -m "<description of version>" 9873fc62737cec6cc6877e253f5e930790711403
git push origin v1.3.0

Please sign in to comment.