Skip to content

Commit

Permalink
bump version to sync up
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Jul 19, 2021
1 parent 864a295 commit 490ac0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "Semagrams"
uuid = "13530c0b-fe5b-42fd-9b7e-79367be16329"
license = "MIT"
authors = ["Owen Lynch <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semagrams",
"version": "0.1.1",
"version": "0.1.2",
"description": "The typescript component of Semagrams.jl",
"main": "src/index.ts",
"repository": "[email protected]:AlgebraicJulia/Semagrams.jl",
Expand Down

4 comments on commit 490ac0a

@olynch
Copy link
Member Author

@olynch olynch commented on 490ac0a Jul 19, 2021

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

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.1.2 -m "<description of version>" 490ac0a4a97456b82fbba9e1f5c695dbbf311731
git push origin v0.1.2

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

@olynch
Copy link
Member Author

@olynch olynch commented on 490ac0a Jul 20, 2021

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

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.1.2 -m "<description of version>" 490ac0a4a97456b82fbba9e1f5c695dbbf311731
git push origin v0.1.2

Please sign in to comment.