We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c36044 commit 08e59ddCopy full SHA for 08e59dd
2 files changed
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codebird-php",
3
- "version": "2.6.0-rc.1",
+ "version": "2.6.0",
4
"homepage": "http://www.jublo.net/projects/codebird/php",
5
"authors": [
6
"Joshua Atkins <joshua.atkins@jublo.net>",
src/codebird.php
@@ -6,7 +6,7 @@
* A Twitter library in PHP.
7
*
8
* @package codebird
9
- * @version 2.6.0-rc.1
+ * @version 2.6.0
10
* @author Jublo Solutions <support@jublo.net>
11
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
12
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -109,7 +109,7 @@ class Codebird
109
/**
110
* The current Codebird version
111
*/
112
- protected $_version = '2.6.0-rc.1';
+ protected $_version = '2.6.0';
113
114
115
* Auto-detect cURL absence
0 commit comments