Skip to content

Commit

Permalink
Release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Apr 28, 2013
1 parent e1bbfa9 commit 7574dda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
codebird-php - changelog
========================

2.3.4 (not yet released)
+ Fix namespace to be properly cased
2.3.4 (2013-04-28)
+ Fix namespace not properly cased

2.3.3 (2013-04-26)
+ Detect API error responses as XML, see #1
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.3.3",
"version": "2.3.4",
"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.3.4-dev
* @version 2.3.4
* @author J.M. <me@mynetx.net>
* @copyright 2010-2013 J.M. <me@mynetx.net>
*
Expand Down Expand Up @@ -96,7 +96,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.3.3-dev';
protected $_version = '2.3.4';

/**
* Returns singleton class instance
Expand Down

0 comments on commit 7574dda

Please sign in to comment.