Skip to content

Commit

Permalink
Set version to 3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Dec 28, 2015
1 parent 182c10f commit 47a3f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,7 +1,7 @@
codebird-php - changelog
========================

3.0.0-beta.2 (2015-12-20)
3.0.0-rc.1 (2015-12-28)
- #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
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "codebird-php",
"version": "3.0.0-beta.2",
"version": "3.0.0-rc.1",
"homepage": "http://www.jublo.net/projects/codebird/php",
"authors": [
"Joshua Atkins <joshua.atkins@jublo.net>",
Expand Down
4 changes: 2 additions & 2 deletions src/codebird.php
Expand Up @@ -6,7 +6,7 @@
* A Twitter library in PHP.
*
* @package codebird
* @version 3.0.0-beta.2
* @version 3.0.0-rc.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 @@ -505,7 +505,7 @@ class Codebird
/**
* The current Codebird version
*/
protected static $_version = '3.0.0-beta.2';
protected static $_version = '3.0.0-rc.1';

/**
* The Request or access token. Used to sign requests
Expand Down

0 comments on commit 47a3f8d

Please sign in to comment.