Skip to content

Commit b19e132

Browse files
committed
Update META6 and bump version
1 parent 6ec3089 commit b19e132

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

META6.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"name": "Lang::Rabble",
3-
"authors": ["Jake Russo"],
4-
"version": "0.0.1"
2+
"name" : "Rabble",
3+
"version" : "0.1.0",
4+
"description" : "A Forth written in Perl 6",
5+
"source-url" : "git://github.com/madcapjake/rabble.git",
6+
"authors" : ["Jake Russo <madcap.russo+rabble@gmail.com>"],
7+
"perl" : "6.c",
8+
"provides" : {
9+
"Rabble" : "lib/Rabble.pm6",
10+
"rabble" : "bin/rabble"
11+
}
512
}

0 commit comments

Comments
 (0)