summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--dist.ini5
-rw-r--r--lib/Importer.pm2
3 files changed, 7 insertions, 1 deletions
diff --git a/Changes b/Changes
index e59cf97..440ea91 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
{{$NEXT}}
- Add support for version-sets
+ - Spelling fixes
0.014 2016-07-12 21:53:31-07:00 America/Los_Angeles
diff --git a/dist.ini b/dist.ini
index 1b20de1..36b51a7 100644
--- a/dist.ini
+++ b/dist.ini
@@ -35,3 +35,8 @@ Test::More = 0.98
[Git::Tag]
[FakeRelease]
+
+[BumpVersionAfterRelease]
+[Git::Commit / Commit_Changes]
+allow_dirty_match = ^lib
+commit_msg = Automated Version Bump
diff --git a/lib/Importer.pm b/lib/Importer.pm
index 55069bb..76bf92d 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -2,7 +2,7 @@ package Importer;
use strict qw/vars subs/; # Not refs!
use warnings; no warnings 'once';
-our $VERSION = '0.014';
+our $VERSION = '0.015';
my %SIG_TO_SLOT = (
'&' => 'CODE',