Skip to content

Commit

Permalink
prepare for v0.0.1 release (#41)
Browse files Browse the repository at this point in the history
* set version to 0.0.1

* remove unregistered note from README
  • Loading branch information
Sid-Bhatia-0 authored Jul 2, 2022
1 parent a61fbb1 commit 03e1a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimpleIMGUI"
uuid = "37c0dfa8-367e-4f81-95ac-b6bdb4b61673"
authors = ["Siddharth Bhatia <[email protected]> and contributors"]
version = "0.1.0"
version = "0.0.1"

[deps]
SimpleDraw = "d1acf6f4-8553-480e-80ae-3c883f0a995a"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SimpleIMGUI

This package is unregistered as of this writing. Check out the `examples` directory to see an example usage.
Check out the `examples` directory to see an example usage.

3 comments on commit 03e1a11

@Sid-Bhatia-0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Sid-Bhatia-0
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/63535

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.0.1 -m "<description of version>" 03e1a112a629589b946ab14dfa25a021d2ede017
git push origin v0.0.1

Please sign in to comment.