We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa91f6 commit ba438b7Copy full SHA for ba438b7
composer.json
@@ -3,7 +3,7 @@
3
"description": "Library for easily talking to CouchDB from PHP",
4
"type": "library",
5
"license": "Apache-2.0",
6
- "version": "0.1.1",
+ "version": "0.1.2",
7
"authors": [
8
{
9
"name": "Lorna Jane Mitchell",
src/PHPCouchDB/Server.php
@@ -6,7 +6,7 @@
namespace PHPCouchDB;
-const VERSION = "0.1.1";
+const VERSION = "0.1.2";
10
11
/**
12
* Server class deals with operations on the server level, rather than specific
0 commit comments