Skip to content

Commit fd5753e

Browse files
committed
update changelog
1 parent 1b50a4e commit fd5753e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v1.1.0
4+
* add support for displaying a 'back' button
5+
* update dependencies and build tools (convert to Android X)
6+
37
### v1.0.4
48
* update dependencies and build tools
59

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following to your app's `build.gradle` file:
1616

1717
```java
1818
dependencies {
19-
compile "com.klinkerapps:floating-tutorial:1.0.4"
19+
compile "com.klinkerapps:floating-tutorial:1.1.0"
2020
}
2121
```
2222

0 commit comments

Comments
 (0)