Skip to content

Commit c985435

Browse files
committed
Merge pull request #2 from Bearded-Hen/master
Merge
2 parents 429f82b + 7acd779 commit c985435

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ gradle/
1616

1717
# thumbnails
1818
.DS_STORE
19+
20+
classes/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Quick Start
1313

1414
```java
1515
dependencies {
16-
compile 'com.beardedhen:androidbootstrap:2.0.0'
16+
compile 'com.beardedhen:androidbootstrap:2.0.1'
1717
}
1818
```
1919

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=2.0.0
2-
VERSION_CODE=200
1+
VERSION_NAME=2.0.1
2+
VERSION_CODE=201
33
GROUP=com.beardedhen
44

55
POM_DESCRIPTION=Bootstrap style widgets for Android, with Glyph Icons

0 commit comments

Comments
 (0)