Skip to content

Commit 1eb6eca

Browse files
committed
Set version to 3.1.0
1 parent 66b08e3 commit 1eb6eca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1.0 (not yet released)
4+
3.1.0 (2016-02-15)
55
+ #143 Add support for proxy types
66
+ #152 Throw Exception on failed remote media download
77
+ Add REST API POST statuses/unretweet/:id

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebird-php",
3-
"version": "3.1.0-rc.1",
3+
"version": "3.1.0",
44
"homepage": "https://www.jublo.net/projects/codebird/php",
55
"authors": [
66
"Joshua Atkins <joshua.atkins@jublo.net>",

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.1.0-rc.1
9+
* @version 3.1.0
1010
* @author Jublo Solutions <support@jublo.net>
1111
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -508,7 +508,7 @@ class Codebird
508508
/**
509509
* The current Codebird version
510510
*/
511-
protected static $_version = '3.1.0-rc.1';
511+
protected static $_version = '3.1.0';
512512

513513
/**
514514
* The Request or access token. Used to sign requests

0 commit comments

Comments
 (0)