Skip to content

Commit

Permalink
Bumping v# to maybe fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Jul 19, 2017
1 parent 46198e3 commit 1e25f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
v0.3.4

* Fix the license.

v0.3.3

* Fix bugs that cropped up with newer versions of Rakudo related to parsing
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -21,7 +21,7 @@
"authors" : [
"Sterling Hanenkamp <hanenkamp@cpan.org>"
],
"version" : "0.3.3",
"version" : "0.3.4",
"license" : "Artistic-2.0",
"description" : "Very small, self-sufficient DOM parser manipulator"
}
2 changes: 1 addition & 1 deletion lib/DOM/Tiny.pm6
@@ -1,4 +1,4 @@
unit class DOM::Tiny:ver<0.3.3>:auth<Sterling Hanenkamp (hanenkamp@cpan.org)>;
unit class DOM::Tiny:ver<0.3.4>:auth<Sterling Hanenkamp (hanenkamp@cpan.org)>;
use v6;

use DOM::Tiny::CSS;
Expand Down

0 comments on commit 1e25f1c

Please sign in to comment.