10BC0 2.3.6-dev · codezninja/codebird-php@6198821 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6198821

Browse files
committed
2.3.6-dev
1 parent f6a5a78 commit 6198821

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
codebird-php - changelog
22
========================
33

4+
2.3.6 (not yet released)
5+
46
2.3.5 (2013-04-30)
57
+ Fix fatal error: Class 'Codebird\Exception' not found
68

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.5
9+
* @version 2.3.6-dev
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.5';
99+
protected $_version = '2.3.6-dev';
100100

101101
/**
102102
* Returns singleton class instance

0 commit comments

Comments
 (0)
0