Skip to content

Commit 6c7de21

Browse files
committed
Update version to 2.5.0-rc.1
1 parent 6fdf17c commit 6c7de21

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codebird-js - changelog
22
=======================
33

4-
2.5.0-alpha.2-dev (not yet released)
4+
2.5.0 (not yet released)
55
+ #24 Add README section about xAuth
66
+ #46 Don't force to send base64 media uploads via proxy
77
+ #23 Support internal API methods
@@ -16,6 +16,7 @@ codebird-js - changelog
1616
- #55 Typo in _clone function
1717
- #57 Fix XHR in Safari
1818
+ Add new API methods
19+
+ #60 Multiple media per tweet
1920

2021
2.4.3 (2013-07-24)
2122
- #31 HTTP error on multiple oauth_requestToken calls

codebird.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A Twitter library in JavaScript
33
*
44
* @package codebird
5-
* @version 2.5.0-alpha.2-dev
5+
* @version 2.5.0-rc.1
66
* @author Jublo Solutions <support@jublo.net>
77
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
88
*
@@ -145,7 +145,7 @@ var Codebird = function () {
145145
/**
146146
* The current Codebird version
147147
*/
148-
var _version = "2.5.0-alpha.2-dev";
148+
var _version = "2.5.0-rc.1";
149149

150150
/**
151151
* Sets the OAuth consumer key and secret (App key)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebird",
3-
"version": "2.5.0-alpha.2-dev",
3+
"version": "2.5.0-rc.1",
44
"description": "A Twitter library in JavaScript.",
55
"main": "codebird.js",
66
"directories": {

0 commit comments

Comments
 (0)