From fb689b16fe36b62b70f8e75f49dcd663909d4423 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Sat, 28 Mar 2015 20:12:00 +0100 Subject: [PATCH] [TASK] Set version to 2.6.0-rc.1 --- codebird.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codebird.js b/codebird.js index 8cd15db..894cb53 100644 --- a/codebird.js +++ b/codebird.js @@ -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 * @copyright 2010-2015 Jublo Solutions * @license http://opensource.org/licenses/GPL-3.0 GNU Public License 3.0 @@ -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) diff --git a/package.json b/package.json index 8f9489f..25870b9 100644 --- a/package.json +++ b/package.json @@ -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",