Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 15, 2013
1 parent e35fd00 commit c0bb21b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codebird-php - changelog
========================

2.4.0 (not yet released)
2.4.0 (2013-06-15)
+ Add contributing guidelines
+ rfe #21 JSON return format
+ Support HTTP proxy replies
Expand Down
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.0-dev",
"version": "2.4.0",
"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.0-dev
* @version 2.4.0
* @author J.M. <me@mynetx.net>
* @copyright 2010-2013 J.M. <me@mynetx.net>
*
Expand Down Expand Up @@ -107,7 +107,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.4.0-dev';
protected $_version = '2.4.0';

/**
* Returns singleton class instance
Expand Down

0 comments on commit c0bb21b

Please sign in to comment.