Skip to content

Commit

Permalink
Merge pull request #81 from Xymph/81-prepare-release
Browse files Browse the repository at this point in the history
Prepare for v0.12.0 release
  • Loading branch information
Xymph authored Feb 3, 2017
2 parents 8d47ad2 + 2f7f776 commit 52ba7e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Since v0.10.0 this project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).

### Current development
### Version 0.11.0

#### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It currently consists of two classes:
* **WikiFile** – Provides an interface to downloading/uploading files and getting their properties.

The [latest released version](https://github.com/hamstar/Wikimate/releases) of Wikimate
is v0.11.0, released on Nov 16, 2016.
is v0.12.0, released on Feb 3, 2017.
See [CHANGELOG.md](CHANGELOG.md) for the detailed version history.

## Installation
Expand All @@ -26,7 +26,7 @@ Then, download Wikimate, and initialise it by running `composer install` (or
To use Wikimate within another project, you can add it as a composer dependency
by adding the following to your `composer.json` file:

"hamstar/Wikimate": "0.11.0"
"hamstar/Wikimate": "0.12.0"

## Usage

Expand Down
4 changes: 2 additions & 2 deletions Wikimate.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// =============================================================================
/// Wikimate is a wrapper for the MediaWiki API that aims to be very easy to use.
///
/// @version 0.11.0
/// @version 0.12.0
/// @copyright SPDX-License-Identifier: MIT
/// =============================================================================

Expand All @@ -17,7 +17,7 @@ class Wikimate
/**
* @var string The current version number (conforms to http://semver.org/).
*/
const VERSION = '0.11.0';
const VERSION = '0.12.0';

protected $api;
protected $username;
Expand Down

0 comments on commit 52ba7e8

Please sign in to comment.