Skip to content

Commit

Permalink
Set version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 20, 2014
1 parent 0574651 commit 38b88fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RELEASE_MESSAGE
RELEASE_MESSAGE*
test*
*.jpg
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codebird-php - changelog
========================

2.5.0 (not yet released)
2.5.0 (2014-06-20)
+ Add section about cacert.pem to README
+ Option to set cURL timeout
+ #42 Allow to get the supported API methods as array
Expand Down
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": "2.5.0-rc.3-dev",
"version": "2.5.0",
"homepage": "http://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 2.5.0-rc.3-dev
* @version 2.5.0
* @author Jublo Solutions <[email protected]>
* @copyright 2010-2014 Jublo Solutions <[email protected]>
*
Expand Down Expand Up @@ -117,7 +117,7 @@ class Codebird
/**
* The current Codebird version
*/
protected $_version = '2.5.0-rc.3-dev';
protected $_version = '2.5.0';

/**
* Request timeout
Expand Down

0 comments on commit 38b88fe

Please sign in to comment.