Skip to content

Commit

Permalink
Set version to 2.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 7, 2014
1 parent accda28 commit b86a5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jublonet/codebird-php",
"description" : "A Twitter library in PHP.",
"version": "2.5.0-dev",
"version": "2.5.0-rc.1",
"autoload": {
"classmap": ["src/"]
},
Expand Down
4 changes: 2 additions & 2 deletions src/codebird.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A Twitter library in PHP.
*
* @package codebird
* @version 2.5.0-dev
* @version 2.5.0-rc.1
* @author Jublo Solutions <[email protected]>
* @copyright 2010-2014 Jublo Solutions <[email protected]>
*
Expand Down Expand Up @@ -117,7 +117,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.5.0-dev';
protected $_version = '2.5.0-rc.1';

/**
* Request timeout
Expand Down

0 comments on commit b86a5a0

Please sign in to comment.