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
Expand Up @@ -2,7 +2,7 @@ package Couchbase::Client;

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

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

0 comments on commit b8bcaf0

Please sign in to comment.