Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Jul 1, 2017
1 parent d3ddd64 commit f993def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -17,5 +17,5 @@
"test-depends" : [
"Test::META"
],
"version" : "0.1.0"
"version" : "0.1.1"
}
3 changes: 1 addition & 2 deletions lib/SQL/NamedPlaceholder.pm6
@@ -1,6 +1,5 @@
use v6;

unit module SQL::NamedPlaceholder;
unit module SQL::NamedPlaceholder:ver<0.1.1>;

my regex placeholder { <[A..Za..z_]><[A..Za..z0..9_-]>* }
my regex operator { '=' || '<=' || '<' || '>=' || '>' || '<>' || '!=' || '<=>' }
Expand Down

0 comments on commit f993def

Please sign in to comment.