Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwh committed Feb 21, 2023
1 parent 2012e1a commit fda9785
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.2.0'
compile 'com.github.jonahwh:tesla-api-client:2.3.0'

### Maven
<dependency>
<groupId>com.github.jonahwh</groupId>
<artifactId>tesla-api-client</artifactId>
<version>2.2.0</version>
<version>2.3.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.2.0'
version = '2.3.0'

buildscript {
repositories {
Expand Down

0 comments on commit fda9785

Please sign in to comment.