Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Oct 22, 2015
1 parent 9505a01 commit 93e4d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 62,7 @@
"web" : "https://github.com/nichtich/wdq"
}
},
"version" : "0.3.5",
"version" : "0.3.6",
"x_contributors" : [
"Marius Hoch <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/App/wdq.pm
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
package App::wdq;
use v5.14;

our $VERSION = '0.3.5';
our $VERSION = '0.3.6';

1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion script/wdq
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ use HTTP::Tiny;
use Scalar::Util qw(blessed);
use Encode qw(decode_utf8 encode_utf8);

our $VERSION = '0.3.5';
our $VERSION = '0.3.6';

# Assume everything outside is UTF-8
binmode( STDIN, ":encoding(UTF-8)" );
Expand Down

0 comments on commit 93e4d31

Please sign in to comment.