Skip to content

Commit

Permalink
Made a new release for fixing a major bug (#625) that could affect so…
Browse files Browse the repository at this point in the history
…me devices.
  • Loading branch information
roughike committed Jan 16, 2017
1 parent 37dd06a commit 338ee86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

### 2.1.1

* A quick fix for a really critical bug that could affect some devices. More specifically, [this one.](https://github.com/roughike/BottomBar/issues/625)

### 2.1.0

* Fixed a bug in the Badge positioning, causing the Badges to clip when there was many tabs.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Your uncle Bob's Galaxy S Mini will probably be supported in the future though.
## Gimme that Gradle sweetness, pls?

```groovy
compile 'com.roughike:bottom-bar:2.1.0'
compile 'com.roughike:bottom-bar:2.1.1'
```

**Maven:**
```xml
<dependency>
<groupId>com.roughike</groupId>
<artifactId>bottom-bar</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion bottom-bar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/roughike/BottomBar'
gitUrl = 'https://github.com/roughike/BottomBar.git'

libraryVersion = '2.1.0'
libraryVersion = '2.1.1'

developerId = 'roughike'
developerName = 'Iiro Krankka'
Expand Down

0 comments on commit 338ee86

Please sign in to comment.