Skip to content

Commit c0bb21b

Browse files
committed
2.4.0
1 parent e35fd00 commit c0bb21b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codebird-php - changelog
22
========================
33

4-
2.4.0 (not yet released)
4+
2.4.0 (2013-06-15)
55
+ Add contributing guidelines
66
+ rfe #21 JSON return format
77
+ Support HTTP proxy replies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mynetx/codebird-php",
33
"description" : "A Twitter library in PHP.",
4-
"version": "2.4.0-dev",
4+
"version": "2.4.0",
55
"autoload": {
66
"classmap": ["src/"]
77
},

src/codebird.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* A Twitter library in PHP.
77
*
88
* @package codebird
9-
* @version 2.4.0-dev
9+
* @version 2.4.0
1010
* @author J.M. <me@mynetx.net>
1111
* @copyright 2010-2013 J.M. <me@mynetx.net>
1212
*
@@ -107,7 +107,7 @@ class Codebird
107107
/**
108108
* The current Codebird version
109109
*/
110-
protected $_version = '2.4.0-dev';
110+
protected $_version = '2.4.0';
111111

112112
/**
113113
* Returns singleton class instance

0 commit comments

Comments
 (0)