Skip to content

Commit

Permalink
Merge pull request #2 from yha/yha-ver-0.3
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
yha authored Jul 1, 2020
2 parents f9b6376 + 92a16b8 commit 4f73797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ScanDir"
uuid = "af3a3400-1793-11ea-1d1f-a522511abb08"
authors = ["yha <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[compat]
julia = "1"
Expand All @@ -10,4 +10,4 @@ julia = "1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]

2 comments on commit 4f73797

@yha
Copy link
Owner Author

@yha yha commented on 4f73797 Jul 1, 2020

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

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.3.0 -m "<description of version>" 4f73797db8326e81ff67d5d44098f613b4e77b5f
git push origin v0.3.0

Please sign in to comment.