Skip to content

Commit

Permalink
[TASK] Set version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Apr 8, 2015
1 parent fb689b1 commit db10489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <joshua.atkins@jublo.net>",
Expand Down
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-rc.1
* @version 2.6.0
* @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-rc.1";
var _version = "2.6.0";

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

0 comments on commit db10489

Please sign in to comment.