Skip to content

Commit 38b88fe

Browse files
committed
Set version to 2.5.0
1 parent 0574651 commit 38b88fe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
RELEASE_MESSAGE
1+
RELEASE_MESSAGE*
22
test*
33
*.jpg

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-
2.5.0 (not yet released)
4+
2.5.0 (2014-06-20)
55
+ Add section about cacert.pem to README
66
+ Option to set cURL timeout
77
+ #42 Allow to get the supported API methods as array

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": "2.5.0-rc.3-dev",
3+
"version": "2.5.0",
44
"homepage": "http://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 2.5.0-rc.3-dev
9+
* @version 2.5.0
1010
* @author Jublo Solutions <support@jublo.net>
1111
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
1212
*
@@ -117,7 +117,7 @@ class Codebird
117117
/**
118118
* The current Codebird version
119119
*/
120-
protected $_version = '2.5.0-rc.3-dev';
120+
protected $_version = '2.5.0';
121121

122122
/**
123123
* Request timeout

0 commit comments

Comments
 (0)