Skip to content

Commit

Permalink
Set version to 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Dec 5, 2015
1 parent 22bb621 commit e8cbec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codebird-php - changelog
========================

3.0.0 (not yet released)
3.0.0-beta.1 (2015-12-05)
- #107 Decoding issue for big ints on 32-bit servers
+ #32 Add support for streaming API
+ #117 Drop cURL workarounds added for PHP 5.3
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 3.0.0-dev
* @version 3.0.0-beta.1
* @author Jublo Solutions <support@jublo.net>
* @copyright 2010-2015 Jublo Solutions <support@jublo.net>
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
Expand Down Expand Up @@ -509,7 +509,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '3.0.0-dev';
protected $_version = '3.0.0-beta.1';

/**
* Auto-detect cURL absence
Expand Down

0 comments on commit e8cbec0

Please sign in to comment.