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 23, 2014
1 parent ce7bc35 commit 7a59d97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebird-js",
"version": "2.5.0-rc.3-dev",
"version": "2.5.0",
"homepage": "http://www.jublo.net/projects/codebird/js",
"authors": [
"Joshua Atkins <joshua.atkins@jublo.net>",
Expand All @@ -24,6 +24,7 @@
"**/.*",
"node_modules",
"bower_components",
"RELEASE_MESSAGE*",
"test",
"tests"
]
Expand Down
4 changes: 2 additions & 2 deletions codebird.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* A Twitter library in JavaScript
*
* @package codebird
* @version 2.5.0-rc.3-dev
* @version 2.5.0
* @author Jublo Solutions <support@jublo.net>
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
* @license http://opensource.org/licenses/GPL-3.0 GNU Public License 3.0
Expand Down Expand Up @@ -135,7 +135,7 @@ var Codebird = function () {
/**
* The current Codebird version
*/
var _version = "2.5.0-rc.3-dev";
var _version = "2.5.0";

/**
* Sets the OAuth consumer key and secret (App key)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebird",
"version": "2.5.0-rc.3-dev",
"version": "2.5.0",
"description": "A Twitter library in JavaScript.",
"keywords": [
"Twitter",
Expand Down

0 comments on commit 7a59d97

Please sign in to comment.