Skip to content

Commit 03e1a11

Browse files
authored
prepare for v0.0.1 release (#41)
* set version to 0.0.1 * remove unregistered note from README
1 parent a61fbb1 commit 03e1a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimpleIMGUI"
22
uuid = "37c0dfa8-367e-4f81-95ac-b6bdb4b61673"
33
authors = ["Siddharth Bhatia <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "0.0.1"
55

66
[deps]
77
SimpleDraw = "d1acf6f4-8553-480e-80ae-3c883f0a995a"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SimpleIMGUI
22

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

0 commit comments

Comments
 (0)