Skip to content

Commit b86a5a0

Browse files
committed
Set version to 2.5.0-rc.1
1 parent accda28 commit b86a5a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jublonet/codebird-php",
33
"description" : "A Twitter library in PHP.",
4-
"version": "2.5.0-dev",
4+
"version": "2.5.0-rc.1",
55
"autoload": {
66
"classmap": ["src/"]
77
},

src/codebird.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* A Twitter library in PHP.
77
*
88
* @package codebird
9-
* @version 2.5.0-dev
9+
* @version 2.5.0-rc.1
1010
* @author Jublo Solutions <support@jublo.net>
1111
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
1212
*
@@ -117,7 +117,7 @@ class Codebird
117117
/**
118118
* The current Codebird version
119119
*/
120-
protected $_version = '2.5.0-dev';
120+
protected $_version = '2.5.0-rc.1';
121121

122122
/**
123123
* Request timeout

0 commit comments

Comments
 (0)