Skip to content

Commit

Permalink
Update for version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Mar 9, 2018
1 parent 4fa91f6 commit ba438b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/PHPCouchDB/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba438b7

Please sign in to comment.