Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 7b83f37..9db2754 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Mojo-File-Share

 {{$NEXT}}
+
+0.02 2020-02-09T07:52:22Z
     - Bump Mojolicious version to 7.15. Hopefully fixes #1.

 0.01 2020-02-08T22:33:40Z
  • Loading branch information
srchulo committed Feb 9, 2020
1 parent 917e8d9 commit 00df289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension Mojo-File-Share

{{$NEXT}}

0.02 2020-02-09T07:52:22Z
- Bump Mojolicious version to 7.15. Hopefully fixes #1.

0.01 2020-02-08T22:33:40Z
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"runtime" : {
"requires" : {
"File::ShareDir" : "0",
"Mojolicious" : "0",
"Mojolicious" : "7.15",
"perl" : "5.010001"
}
},
Expand All @@ -65,7 +65,7 @@
"web" : "https://github.com/srchulo/Mojo-File-Share"
}
},
"version" : "0.01",
"version" : "0.02",
"x_authority" : "cpan:SRCHULO",
"x_contributors" : [
"srchulo <violapiratejunky@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/File/Share.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use File::ShareDir ();
use File::Spec ();
use Mojo::File 'path';

our $VERSION = '0.01';
our $VERSION = '0.02';

our @EXPORT_OK = qw(dist_dir dist_file);

Expand Down

0 comments on commit 00df289

Please sign in to comment.