Skip to content

Commit

Permalink
Prepare for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Nov 28, 2018
1 parent 0bd8581 commit a6afa22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log

## Version 2.0.1 (2018-11-28)

- Fix transitive dependency configuration

## Version 2.0.0 (2018-11-27)

- NOTE: This release did not correctly publish dependency information. Use 2.0.1 instead.
- Migrate to AndroidX libraries

## Version 1.2.0 (2018-11-08)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Download the latest .aar via Maven:
<dependency>
<groupId>com.linkedin.shaky</groupId>
<artifactId>shaky</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

or Gradle:
```
implementation 'com.linkedin.shaky:shaky:2.0.0'
implementation 'com.linkedin.shaky:shaky:2.0.1'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP_ID=com.linkedin.shaky
ARTIFACT=shaky
VERSION_NAME=2.0.1-SNAPSHOT
VERSION_NAME=2.0.1
LIBRARY_NAME=Shaky
LIBRARY_DESCRIPTION=Shake-to-send-feedback library for Android
android.useAndroidX=true

0 comments on commit a6afa22

Please sign in to comment.