Skip to content

Commit

Permalink
Prepare for release 3.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendsen-li committed Oct 20, 2021
1 parent b223f86 commit 70a792a
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
@@ -1,5 +1,9 @@
# Change Log

## Version 3.0.3 (2020-10-20)
- Rename "master" to "main" [#58](https://github.com/linkedin/shaky-android/pull/58)
- Update seismic library and change to use sensor delay normal [#64](https://github.com/linkedin/shaky-android/pull/64)

## Version 3.0.2 (2020-02-17)
- First Maven Central release [#56](https://github.com/linkedin/shaky-android/pull/56)

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>3.0.2</version>
<version>3.0.3</version>
</dependency>
```

or Gradle:
```
implementation 'com.linkedin.shaky:shaky:3.0.2'
implementation 'com.linkedin.shaky:shaky:3.0.3'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true

GROUP_ID=com.linkedin.shaky
VERSION_NAME=3.0.3-SNAPSHOT
VERSION_NAME=3.0.3

0 comments on commit 70a792a

Please sign in to comment.