Skip to content

Commit

Permalink
chore: upgrade version name(1.6.0->1.6.1) code(15->16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Jan 12, 2018
1 parent ff22126 commit 82ed7b4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

> [中文迭代文档](https://github.com/Jacksgong/JKeyboardPanelSwitch/blob/master/CHANGELOG_zh.md)
### Version 1.6.0 (2018-01-12)

- Fix(crash): Cover the case of user-root-view not ready on global-changed callback, refs: http://crashes.to/s/00beea75992

### Version 1.6.0 (2016-08-11)

- Add `KPSwitchConflictUtil#attach(panelLayout,focusView,switchClickListener,subPanelAndTriggers...)`/`KPSwitchConflictUtil#attach(panelLayout,focusView,subPanelAndTriggers...)` Used for `attach` the case of one `PanelLayout` contains more than one `SubPanel`. Closes #39.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
### Version 1.6.0 (2016-08-11)

- 修复(crash): 覆盖在 `GlobalLayoutChanged`回调中用户层级父view还没有ready的情况。 refs: http://crashes.to/s/00beea75992

### Version 1.6.0 (2016-08-11)

- 添加 `KPSwitchConflictUtil#attach(panelLayout,focusView,switchClickListener,subPanelAndTriggers...)`/`KPSwitchConflictUtil#attach(panelLayout,focusView,subPanelAndTriggers...)` 用于attach一个PanelLayout中有多个SubPanel的情况。 Closes #39

### Version 1.5.0 (2016-08-03)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
JKeyboardPanelSwitch is installed by adding the following dependency to your `build.gradle` file:

```groovy
compile 'cn.dreamtobe.kpswitch:library:1.6.0'
compile 'cn.dreamtobe.kpswitch:library:1.6.1'
```

## USAGE
Expand Down
3 changes: 1 addition & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- 尽量多的英文注解。
- 每个提交尽量的细而精准。
- Commit message 遵循: [AngularJS's commit message convention](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)
- 尽可能的遵循IDE的代码检查建议(如 Android Studio 的 'Inspect Code')。

---

Expand All @@ -33,7 +32,7 @@
`build.gradle`中引入:

```groovy
compile 'cn.dreamtobe.kpswitch:library:1.6.0'
compile 'cn.dreamtobe.kpswitch:library:1.6.1'
```

## 使用引导
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.6.0
VERSION_CODE=15
VERSION_NAME=1.6.1
VERSION_CODE=16
BUILD_TOOLS_VERSION=26.0.2
COMPILE_SDK_VERSION=26

Expand Down

0 comments on commit 82ed7b4

Please sign in to comment.