diff --git a/README.md b/README.md index c0a1940..a07e368 100644 --- a/README.md +++ b/README.md @@ -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 com.github.jonahwh tesla-api-client - 2.2.0 + 2.3.0 diff --git a/build.gradle b/build.gradle index 5a6cb6a..93178a2 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {