Skip to content

Commit

Permalink
[TASK] Set version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Dec 13, 2014
1 parent a133c8a commit 61115a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebird-php",
"version": "2.6.0",
"version": "2.6.1",
"homepage": "http://www.jublo.net/projects/codebird/php",
"authors": [
"Joshua Atkins <[email protected]>",
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.6.0
* @version 2.6.1
* @author Jublo Solutions <[email protected]>
* @copyright 2010-2014 Jublo Solutions <[email protected]>
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
Expand Down Expand Up @@ -109,7 +109,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.6.0';
protected $_version = '2.6.1';

/**
* Auto-detect cURL absence
Expand Down

0 comments on commit 61115a6

Please sign in to comment.