Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Mar 2, 2014
1 parent df559eb commit 12c76dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

before_script:
- composer self-update
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Veridu PHP SDK
==============

[![Build Status](https://travis-ci.org/veridu/veridu-php.png?branch=master)](https://travis-ci.org/veridu/veridu-php)
[![Latest Stable Version](https://poser.pugx.org/veridu/veridu-php/v/stable.png)](https://packagist.org/packages/veridu-veridu-php)
[![Total Downloads](https://poser.pugx.org/veridu/veridu-php/downloads.png)](https://packagist.org/packages/veridu/veridu-php)

Expand All @@ -14,7 +15,7 @@ Edit your `composer.json` and add:
```json
{
"require": {
"veridu/veridu-php": "~0.3"
"veridu/veridu-php": "~0.4"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions src/Veridu/SDK/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ class Version {
/**
* Minor version
*/
const MINOR = 3;
const MINOR = 4;

/**
* Revision version
*/
const REVISION = 3;
const REVISION = 0;

/**
* Returns the current version in the format MAJOR.MINOR.REVISION
Expand Down

0 comments on commit 12c76dd

Please sign in to comment.