Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Feb 24, 2016
1 parent dba78e0 commit a2f46ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,3 +1,5 @@
0.005 ???

0.004 2016-02-24
- Require Perl 5.20 to allow for cleaner code.
- Require Carp 1.25 to ensure errors have periods on the end.
Expand Down
2 changes: 1 addition & 1 deletion lib/WebDriver/Tiny.pm
@@ -1,4 +1,4 @@
package WebDriver::Tiny 0.004;
package WebDriver::Tiny 0.005;

use 5.020;
use feature 'postderef';
Expand Down
2 changes: 1 addition & 1 deletion lib/WebDriver/Tiny/Elements.pm
@@ -1,4 +1,4 @@
package WebDriver::Tiny::Elements 0.004;
package WebDriver::Tiny::Elements 0.005;

use 5.020;
use feature 'postderef';
Expand Down

0 comments on commit a2f46ac

Please sign in to comment.