diff --git a/bower.json b/bower.json index 30597e5..c19e1aa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "codebird-js", - "version": "2.6.0-rc.1", + "version": "2.6.0", "homepage": "http://www.jublo.net/projects/codebird/js", "authors": [ "Joshua Atkins ", diff --git a/codebird.js b/codebird.js index 894cb53..baeaddd 100644 --- a/codebird.js +++ b/codebird.js @@ -2,7 +2,7 @@ * A Twitter library in JavaScript * * @package codebird - * @version 2.6.0-rc.1 + * @version 2.6.0 * @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-rc.1"; + var _version = "2.6.0"; /** * Sets the OAuth consumer key and secret (App key) diff --git a/package.json b/package.json index 25870b9..9a98048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codebird", - "version": "2.6.0-rc.1", + "version": "2.6.0", "description": "A Twitter library in JavaScript.", "keywords": [ "Twitter",