Skip to content

Commit 8019e9d

Browse files
committed
version bump
1 parent fe6ccf1 commit 8019e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"CSS::Grammar::Test": "lib/CSS/Grammar/Test.rakumod"
2020
},
2121
"source-url": "git://github.com/css-raku/CSS-Grammar-raku.git",
22-
"version": "0.3.4"
22+
"version": "0.3.5"
2323
}

lib/CSS/Grammar.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use v6;
33
grammar CSS::Grammar::Core{...}
44

55
# based on http://www.w3.org/TR/2011/REC-CSS2-20110607
6-
grammar CSS::Grammar:ver<0.3.4> {
6+
grammar CSS::Grammar:ver<0.3.5> {
77

88
# abstract base grammar for CSS instance grammars:
99
# CSS::Grammar::CSS1 - CSS level 1

0 commit comments

Comments
 (0)