Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mnunberg committed Mar 21, 2013
1 parent 69d3c35 commit b8bcaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Couchbase/Client.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Couchbase::Client;


BEGIN { BEGIN {
require XSLoader; require XSLoader;
our $VERSION = '1.0.0'; our $VERSION = '1.0.1';
XSLoader::load(__PACKAGE__, $VERSION); XSLoader::load(__PACKAGE__, $VERSION);
} }


Expand Down
2 changes: 1 addition & 1 deletion lib/Couchbase/Client/Async.pm
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
package Couchbase::Client::Async; package Couchbase::Client::Async;
use strict; use strict;
use warnings; use warnings;
our $VERSION = '1.0.0'; our $VERSION = '1.0.1';
use Couchbase::Client; use Couchbase::Client;
use Couchbase::Client::IDXConst; use Couchbase::Client::IDXConst;
use Log::Fu; use Log::Fu;
Expand Down

0 comments on commit b8bcaf0

Please sign in to comment.