Skip to content

Commit

Permalink
Set version to 3.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jan 30, 2016
1 parent 326cecb commit ed00fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebird-php",
"version": "3.1.0-dev",
"version": "3.1.0-rc.1",
"homepage": "https://www.jublo.net/projects/codebird/php",
"authors": [
"Joshua Atkins <[email protected]>",
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.1.0-dev
* @version 3.1.0-rc.1
* @author Jublo Solutions <[email protected]>
* @copyright 2010-2016 Jublo Solutions <[email protected]>
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
Expand Down Expand Up @@ -508,7 +508,7 @@ class Codebird
/**
* The current Codebird version
*/
protected static $_version = '3.1.0-dev';
protected static $_version = '3.1.0-rc.1';

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

0 comments on commit ed00fe6

Please sign in to comment.