We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe528a commit 148f4bbCopy full SHA for 148f4bb
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leancloud-storage",
3
- "version": "2.3.1",
+ "version": "2.3.2",
4
"homepage": "https://github.com/leancloud/javascript-sdk",
5
"authors": [
6
"LeanCloud <support@leancloud.rocks>"
changelog.md
@@ -1,4 +1,4 @@
-## 2.3.1 (2017-05-12)
+## 2.3.2 (2017-05-12)
### Bug Fixes
* 修复了获取图形验证码会导致栈溢出的问题。
package.json
"main": "./dist/node/index.js",
"description": "LeanCloud JavaScript SDK.",
"repository": {
src/version.js
@@ -1 +1 @@
-module.exports = '2.3.1';
+module.exports = '2.3.2';
0 commit comments