Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woxingxiao committed Feb 16, 2017
1 parent 3f5d68f commit acc89e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ root project:`build.gradle`
app:`build.gradle`
```groovy
dependencies {
compile 'com.github.woxingxiao:BubbleSeekBar:v1.7'
compile 'com.github.woxingxiao:BubbleSeekBar:v1.8'
}
```
##Attributes
Expand Down Expand Up @@ -142,7 +142,7 @@ You must correct the offsets by setting `ScrollListener` when `BubbleSeekBar`'s
```
The MIT License (MIT)
Copyright (c) 2016 woxingxiao
Copyright (c) 2017 woxingxiao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ root project:`build.gradle`
app:`build.gradle`
```groovy
dependencies {
compile 'com.github.woxingxiao:BubbleSeekBar:v1.7'
compile 'com.github.woxingxiao:BubbleSeekBar:v1.8'
}
```
##Attributes
Expand Down Expand Up @@ -139,7 +139,7 @@ bsb_bubble_text_color|int|气泡中进度文字颜色,默认白色
```
The MIT License (MIT)
Copyright (c) 2016 woxingxiao
Copyright (c) 2017 woxingxiao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit acc89e0

Please sign in to comment.