Skip to content

Commit

Permalink
Update version numbers for 0.2 release.
Browse files Browse the repository at this point in the history
The Debian packaging is already set at 0.2.
  • Loading branch information
LionsPhil committed Jul 3, 2015
1 parent 765f42b commit 6326b66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PlumageClient/lib/PlumageClient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Dancer2;
use PlumageClientRun;
use Plumage::PublishAPI;

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

=head1 Plumage client
Expand Down
2 changes: 1 addition & 1 deletion PlumageMaster/lib/PlumageMaster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Try::Tiny;
use Plumage::Model;
use Plumage::PublishAPI;

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

=head1 Plumage master
Expand Down
2 changes: 1 addition & 1 deletion PlumageServer/lib/PlumageServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Dancer2;
use PolygraphServerRun;
use Plumage::PublishAPI;

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

=head1 Plumage server
Expand Down
2 changes: 1 addition & 1 deletion PlumageUI/lib/PlumageUI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use strict;
package PlumageUI;
use Dancer2;

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

use File::Slurp qw();
use HTTP::Request::Common;
Expand Down

0 comments on commit 6326b66

Please sign in to comment.