Skip to content

Commit e706bc5

Browse files
authored
Merge pull request #60 from bmcdonald3/hello-toml
Update HelloWorld toml Add the type to HelloWorld TOML to account for new type field and fix the semver.
2 parents fd4ce1d + 352aeba commit e706bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Bricks/HelloWorld/1.0.0.toml renamed to Bricks/HelloWorld/0.1.0.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ chplVersion="1.27.0"
44
license="None"
55
name="HelloWorld"
66
source="https://github.com/bmcdonald3/HelloWorld"
7-
version="1.0.0"
7+
type="library"
8+
version="0.1.0"

0 commit comments

Comments
 (0)