Skip to content

Commit 338ee86

Browse files
committed
Made a new release for fixing a major bug (#625) that could affect some devices.
1 parent 37dd06a commit 338ee86

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
(or: y u no add shiny new things?!)
44

5+
### 2.1.1
6+
7+
* A quick fix for a really critical bug that could affect some devices. More specifically, [this one.](https://github.com/roughike/BottomBar/issues/625)
8+
59
### 2.1.0
610

711
* Fixed a bug in the Badge positioning, causing the Badges to clip when there was many tabs.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Your uncle Bob's Galaxy S Mini will probably be supported in the future though.
3333
## Gimme that Gradle sweetness, pls?
3434

3535
```groovy
36-
compile 'com.roughike:bottom-bar:2.1.0'
36+
compile 'com.roughike:bottom-bar:2.1.1'
3737
```
3838

3939
**Maven:**
4040
```xml
4141
<dependency>
4242
<groupId>com.roughike</groupId>
4343
<artifactId>bottom-bar</artifactId>
44-
<version>2.1.0</version>
44+
<version>2.1.1</version>
4545
<type>pom</type>
4646
</dependency>
4747
```

bottom-bar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
siteUrl = 'https://github.com/roughike/BottomBar'
1515
gitUrl = 'https://github.com/roughike/BottomBar.git'
1616

17-
libraryVersion = '2.1.0'
17+
libraryVersion = '2.1.1'
1818

1919
developerId = 'roughike'
2020
developerName = 'Iiro Krankka'

0 commit comments

Comments
 (0)