Skip to content

Commit

Permalink
Bump to v0.2.0:
Browse files Browse the repository at this point in the history
- Upgrade to Dance v0.2.1
- Fix Windows error, when trying to run `chmod`
  • Loading branch information
yoh-meyers committed Jun 22, 2020
1 parent c5714b3 commit f8c9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DanceWebpack"
uuid = "a3f6d6af-7219-4169-95a2-3e0714860109"
authors = ["Chris \"Yoh\" Meyers <48554065+yoh-meyers@users.noreply.github.com>"]
version = "0.1.0"
version = "0.2.0"

[deps]
Dance = "fc0ff973-d74e-417c-9681-260383068f65"
Expand Down

2 comments on commit f8c9a95

@yoh-meyers
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 register()

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

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

Please sign in to comment.