Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Feb 20, 2018
1 parent 4531f46 commit ea20e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This file details information that will be useful for the project maintainers.

## Release Process

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.
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.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Library for easily talking to CouchDB from PHP",
"type": "library",
"license": "Apache-2.0",
"version": "0.1.1",
"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.0";
const VERSION = "0.1.1";

/**
* Server class deals with operations on the server level, rather than specific
Expand Down

0 comments on commit ea20e8d

Please sign in to comment.