Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.2.0 #23

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update version
iwillwen committed May 17, 2014
commit 1da3a97a85bfc17a1cac5c2741a305a22c1fa85f
2 changes: 1 addition & 1 deletion lib/qiniu.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ var _ = require('underscore');

var qiniu = exports;

qiniu.version = '6.1.5';
qiniu.version = '6.1.6';

var _configData = require('./config');

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-qiniu",
"version": "6.1.5",
"version": "6.1.6",
"description": "Qiniu Resource Storage SDK for Node.js",
"main": "index.js",
"directories": {