8000 Set version to 3.0.0-beta.1 · tintucraju/codebird-php@e8cbec0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8cbec0

Browse files
committed
Set version to 3.0.0-beta.1
1 parent 22bb621 commit e8cbec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
3.0.0 (not yet released)
4+
3.0.0-beta.1 (2015-12-05)
55
- #107 Decoding issue for big ints on 32-bit servers
66
+ #32 Add support for streaming API
77
+ #117 Drop cURL workarounds added for PHP 5.3

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 3.0.0-dev
9+
* @version 3.0.0-beta.1
1010
* @author Jublo Solutions <support@jublo.net>
1111
* @copyright 2010-2015 Jublo Solutions <support@jublo.net>
1212
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -509,7 +509,7 @@ class Codebird
509509
/**
510510
* The current Codebird version
511511
*/
512-
protected $_version = '3.0.0-dev';
512+
protected $_version = '3.0.0-beta.1';
513513

514514
/**
515515
* Auto-detect cURL absence

0 commit comments

Comments
 (0)
0