Skip to content

Commit ea20e8d

Browse files
committed
Version 0.1.1
1 parent 4531f46 commit ea20e8d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This file details information that will be useful for the project maintainers.
44

55
## Release Process
66

7-
Put the desired version number into the `VERSION` constant in `src/PHPCouchDB/Server.php`. Then tag the master branch of the repo with the matching tag e.g. "v0.1.2" and push to GitHub.
7+
Put the desired version number into `composer.json` and into the `VERSION` constant in `src/PHPCouchDB/Server.php`. Then tag the master branch of the repo with the matching tag e.g. "v0.1.2" and push to GitHub.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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",
67
"authors": [
78
{
89
"name": "Lorna Jane Mitchell",

src/PHPCouchDB/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace PHPCouchDB;
88

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

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

0 commit comments

Comments
 (0)