Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Jun 15, 2013
1 parent fac3a6a commit f656de1
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.4.0 (not yet released)
2.4.0 (2013-06-15)
+ Support multipart file uploads
- Drop unnecessary media format settings ported from PHP getimagesize
- Don't unintendedly overwrite global "url" variable
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.4.0-dev
* @version 2.4.0
* @author J.M. <me@mynetx.net>
* @copyright 2010-2013 J.M. <me@mynetx.net>
*
Expand Down Expand Up @@ -106,7 +106,7 @@ var Codebird = function () {
/**
* The current Codebird version
*/
var _version = '2.4.0-dev';
var _version = '2.4.0';

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

0 comments on commit f656de1

Please sign in to comment.