Skip to content

Commit

Permalink
Set version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed May 5, 2021
1 parent 7fe6cd4 commit a3eb9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3"
version = "0.4.4"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand All @@ -22,14 +22,14 @@ pandoc_jll = "c5432543-76ad-5c9d-82bf-db097047a5e2"
[compat]
CodeTracking = "1.0"
Compose = "0.9"
DataFrames = "0.22, 1.0"
DataFrames = "0.22, 1.0, 1.1"
Latexify = "0.15"
LiveServer = "0.6"
Memoize = "0.4"
Requires = "1.1"
TOML = "1.0"
Tectonic = "0.4"
URIs = "1"
URIs = "1.3"
YAML = "0.4"
julia = "1.6"
pandoc_crossref_jll = "0.3.9"
Expand Down

2 comments on commit a3eb9ce

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

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

Please sign in to comment.