Skip to content

Commit

Permalink
bump version: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miRoox committed Oct 23, 2022
1 parent 1fc4b2b commit 843f75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ @misc{Constructs.jl
author = {Yong-an Lu <miroox@outlook.com>},
title = {Constructs.jl},
url = {https://github.com/miRoox/Constructs.jl},
version = {v0.1.0},
version = {v0.1.1},
year = {2022},
month = {10}
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Constructs"
uuid = "ba9efadc-3ee3-4b4a-abe2-d0e326fbcffa"
authors = ["Yong-an Lu <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand Down

2 comments on commit 843f75c

@miRoox
Copy link
Owner Author

@miRoox miRoox commented on 843f75c Oct 23, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register

fix documenter as well

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

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.1 -m "<description of version>" 843f75cc920dccb9bc4eb62dfa9da640b137d3f5
git push origin v0.1.1

Please sign in to comment.