Skip to content

Commit

Permalink
Set version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jun 9, 2021
1 parent 97ef7b0 commit c2bbce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Books"
uuid = "939d5c6b-51ae-42e7-97ca-7564d0d4ad91"
authors = ["Rik Huijzer <[email protected]>"]
version = "0.4.4"
version = "0.5.0"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand Down Expand Up @@ -29,6 +29,6 @@ TOML = "1.0"
Tectonic = "0.4"
URIs = "1.3"
YAML = "0.4"
julia = "1.6"
pandoc_crossref_jll = "0.3.9"
pandoc_jll = "2.11.4"
julia = "1.6"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Create books with Julia.

## Usage

To install this package (Linux and Julia ≥1.6), use
To install this package (Julia ≥1.6), use
```
pkg> add Books
```
Expand Down

2 comments on commit c2bbce6

@rikhuijzer
Copy link
Collaborator 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/38488

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.5.0 -m "<description of version>" c2bbce61b6fec56544bc5fdc887b0f129c893902
git push origin v0.5.0

Please sign in to comment.