Skip to content

Commit db10489

Browse files
committed
[TASK] Set version to 2.6.0
1 parent fb689b1 commit db10489

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebird-js",
3-
"version": "2.6.0-rc.1",
3+
"version": "2.6.0",
44
"homepage": "http://www.jublo.net/projects/codebird/js",
55
"authors": [
66
"Joshua Atkins <[email protected]>",

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-rc.1
5+
* @version 2.6.0
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-rc.1";
138+
var _version = "2.6.0";
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-rc.1",
3+
"version": "2.6.0",
44
"description": "A Twitter library in JavaScript.",
55
"keywords": [
66
"Twitter",

0 commit comments

Comments
 (0)