Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwh committed May 22, 2022
1 parent cdb8c7e commit da4adc6
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 @@ -21,13 +21,13 @@ See [swagger.yml](swagger.yml) to view the Swagger document used to generate the

## Installation
### Gradle
compile 'com.github.jonahwh:tesla-api-client:2.0.0'
compile 'com.github.jonahwh:tesla-api-client:2.1.0'

### Maven
<dependency>
<groupId>com.github.jonahwh</groupId>
<artifactId>tesla-api-client</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'java-library'

group = 'com.github.jonahwh'
archivesBaseName = 'tesla-api-client'
version = '2.0.0'
version = '2.1.0'

buildscript {
repositories {
Expand Down

0 comments on commit da4adc6

Please sign in to comment.