Skip to content

Commit 148f4bb

Browse files
committed
chore(release): v2.3.2
v2.3.1 was accidentally published without dist
1 parent bfe528a commit 148f4bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <[email protected]>"

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3.1 (2017-05-12)
1+
## 2.3.2 (2017-05-12)
22
### Bug Fixes
33
* 修复了获取图形验证码会导致栈溢出的问题。
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '2.3.1';
1+
module.exports = '2.3.2';

0 commit comments

Comments
 (0)