Skip to content

Commit ba438b7

Browse files
committed
Update for version 0.1.2
1 parent 4fa91f6 commit ba438b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Library for easily talking to CouchDB from PHP",
44
"type": "library",
55
"license": "Apache-2.0",
6-
"version": "0.1.1",
6+
"version": "0.1.2",
77
"authors": [
88
{
99
"name": "Lorna Jane Mitchell",

Diff for: src/PHPCouchDB/Server.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace PHPCouchDB;
88

9-
const VERSION = "0.1.1";
9+
const VERSION = "0.1.2";
1010

1111
/**
1212
* Server class deals with operations on the server level, rather than specific

0 commit comments

Comments
 (0)