Skip to content

Commit fb689b1

Browse files
committed
[TASK] Set version to 2.6.0-rc.1
1 parent 7695fef commit fb689b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codebird.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A Twitter library in JavaScript
33
*
44
* @package codebird
5-
* @version 2.6.0-dev
5+
* @version 2.6.0-rc.1
66
* @author Jublo Solutions <[email protected]>
77
* @copyright 2010-2015 Jublo Solutions <[email protected]>
88
* @license http://opensource.org/licenses/GPL-3.0 GNU Public License 3.0
@@ -135,7 +135,7 @@ var Codebird = function () {
135135
/**
136136
* The current Codebird version
137137
*/
138-
var _version = "2.6.0-dev";
138+
var _version = "2.6.0-rc.1";
139139

140140
/**
141141
* Sets the OAuth consumer key and secret (App key)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebird",
3-
"version": "2.6.0-dev",
3+
"version": "2.6.0-rc.1",
44
"description": "A Twitter library in JavaScript.",
55
"keywords": [
66
"Twitter",

0 commit comments

Comments
 (0)