diff --git a/composer.json b/composer.json index 5bcdebf..fc671e4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Library for easily talking to CouchDB from PHP", "type": "library", "license": "Apache-2.0", - "version": "0.1.1", + "version": "0.1.2", "authors": [ { "name": "Lorna Jane Mitchell", diff --git a/src/PHPCouchDB/Server.php b/src/PHPCouchDB/Server.php index 74a5425..0b8a67c 100644 --- a/src/PHPCouchDB/Server.php +++ b/src/PHPCouchDB/Server.php @@ -6,7 +6,7 @@ namespace PHPCouchDB; -const VERSION = "0.1.1"; +const VERSION = "0.1.2"; /** * Server class deals with operations on the server level, rather than specific