Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jan 1, 2014
1 parent 5b8e466 commit 0486e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codebird-js - changelog
=======================

2.5.0 (not yet released)
2.5.0-alpha.1 (2014-01-01)
+ #24 Add README section about xAuth
+ #46 Don't force to send base64 media uploads via proxy
+ #23 Support internal API methods
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.5.0-dev
* @version 2.5.0-alpha.1
* @author J.M. <me@mynetx.net>
* @copyright 2010-2013 J.M. <me@mynetx.net>
*
Expand Down Expand Up @@ -136,7 +136,7 @@ var Codebird = function () {
/**
* The current Codebird version
*/
var _version = "2.5.0-dev";
var _version = "2.5.0-alpha.1";

/**
* Sets the OAuth consumer key and secret (App key)
Expand Down

0 comments on commit 0486e94

Please sign in to comment.