Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 23, 2013
1 parent 17e88c1 commit d4b7437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mynetx/codebird-php",
"description" : "A Twitter library in PHP.",
"version": "2.4.1-dev",
"version": "2.4.1",
"autoload": {
"classmap": ["src/"]
},
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.4.1-dev
* @version 2.4.1
* @author J.M. <[email protected]>
* @copyright 2010-2013 J.M. <[email protected]>
*
Expand Down Expand Up @@ -107,7 +107,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.4.1-dev';
protected $_version = '2.4.1';

/**
* Returns singleton class instance
Expand Down

0 comments on commit d4b7437

Please sign in to comment.