Skip to content

Commit

Permalink
Release version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anastr committed Jun 28, 2023
1 parent 756dbd8 commit d652761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Then add this line to `build.gradle` **app module level**:
apply plugin: 'kotlin-android'
...
dependencies {
implementation 'com.github.anastr:speedviewlib:1.6.0'
implementation 'com.github.anastr:speedviewlib:1.6.1'
}
```
Expand All @@ -74,7 +74,7 @@ For **maven**
<dependency>
<groupId>com.github.anastr</groupId>
<artifactId>speedviewlib</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion speedviewlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ artifacts {
archives androidSourcesJar
}

version = '1.6.0'
version = '1.6.1'

Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down

0 comments on commit d652761

Please sign in to comment.