We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a133c8a commit 61115a6Copy full SHA for 61115a6
2 files changed
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codebird-php",
3
- "version": "2.6.0",
+ "version": "2.6.1",
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
+ * @version 2.6.1
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';
+ protected $_version = '2.6.1';
113
114
115
* Auto-detect cURL absence
0 commit comments