Skip to content

Commit

Permalink
[TASK] Set version to 2.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Mar 28, 2015
1 parent 7695fef commit fb689b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6.0-dev
* @version 2.6.0-rc.1
* @author Jublo Solutions <support@jublo.net>
* @copyright 2010-2015 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.6.0-dev";
var _version = "2.6.0-rc.1";

/**
* 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.6.0-dev",
"version": "2.6.0-rc.1",
"description": "A Twitter library in JavaScript.",
"keywords": [
"Twitter",
Expand Down

0 comments on commit fb689b1

Please sign in to comment.