8000 2.3.6 · codezninja/codebird-php@4afc00e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4afc00e

Browse files
committed
2.3.6
1 parent a366fa6 commit 4afc00e

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.3.6 (not yet released)
4+
2.3.6 (2013-05-12)
55
+ Add backslash to stdClass construction, due to namespace
66

77
2.3.5 (2013-04-30)

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.3.5",
4+
"version": "2.3.6",
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.3.6-dev
9+
* @version 2.3.6
1010
* @author J.M. <me@mynetx.net>
1111
* @copyright 2010-2013 J.M. <me@mynetx.net>
1212
*
@@ -96,7 +96,7 @@ class Codebird
9696
/**
9797
* The current Codebird version
9898
*/
99-
protected $_version = '2.3.6-dev';
99+
protected $_version = '2.3.6';
100100

101101
/**
102102
* Returns singleton class instance

0 commit comments

Comments
 (0)
0