8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d93156 commit 5cb5abdCopy full SHA for 5cb5abd
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jublonet/codebird-php",
3
"description" : "A Twitter library in PHP.",
4
- "version": "2.5.0-rc.2-dev",
+ "version": "2.5.0-rc.2",
5
"autoload": {
6
"classmap": ["src/"]
7
},
src/codebird.php
@@ -6,7 +6,7 @@
* A Twitter library in PHP.
*
8
* @package codebird
9
- * @version 2.5.0-rc.2-dev
+ * @version 2.5.0-rc.2
10
* @author Jublo Solutions <support@jublo.net>
11
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
12
@@ -117,7 +117,7 @@ class Codebird
117
/**
118
* The current Codebird version
119
*/
120
- protected $_version = '2.5.0-rc.2-dev';
+ protected $_version = '2.5.0-rc.2';
121
122
123
* Request timeout
0 commit comments