Skip to content

Commit

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

diff --git a/Changes b/Changes
index 5a0eaa6..5b41e12 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi

 {{$NEXT}}

+0.2 2016-09-12T21:28:00Z
+
     - first CPAN release, hopefully.
     - updated dependencies.
  • Loading branch information
pacoesteban committed Sep 12, 2016
1 parent fccaa42 commit c5c5350
Show file tree
Hide file tree
Showing 4 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
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi

{{$NEXT}}

0.2 2016-09-12T21:28:00Z

- first CPAN release, hopefully.
- updated dependencies.

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/pacoesteban/OvhApi"
}
},
"version" : "0.1",
"version" : "0.2",
"x_contributors" : [
"Paco Esteban <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/OvhApi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package OvhApi;
use strict;
use warnings;

our $VERSION = 0.1;
our $VERSION = 0.2;


use OvhApi::Answer;
Expand Down
2 changes: 1 addition & 1 deletion lib/OvhApi/Answer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package OvhApi::Answer;
use strict;
use warnings;

our $VERSION = 0.1;
our $VERSION = 0.2;


use overload (
Expand Down

0 comments on commit c5c5350

Please sign in to comment.