Skip to content

Commit

Permalink
Merge pull request #32 from AtelierArith/prepare-release-v0.4.0
Browse files Browse the repository at this point in the history
Prepare release v0.4.0
  • Loading branch information
terasakisatoshi authored Nov 24, 2021
2 parents 7914c08 + 172ce73 commit 292787b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TerminalClock"
uuid = "65687e93-20ea-45b9-bbc3-ed39219e1d43"
authors = ["Satoshi Terasaki <[email protected]>"]
version = "0.3.0"
version = "0.4.0"

[deps]
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Expand All @@ -11,6 +11,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
Configurations = "0.17.0"
Preferences = "1.2.2"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 292787b

@terasakisatoshi
Copy link
Member 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/49310

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.0 -m "<description of version>" 292787b552bcfa9926657a08398e04a958eda22b
git push origin v0.4.0

Please sign in to comment.