summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-08-20 15:26:09 -0700
committerChad Granum <exodist7@gmail.com>2016-08-20 15:26:09 -0700
commit7b9388487c1a4ee7da590dca05daa1a07d3cf00e (patch)
treef3070ba75e5e83d4187e984630c027d580fb4d9e
parent3a5cbd1be5c6c1eed32a1b4790fee1e9b23d3fb4 (diff)
Version Bump
-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',