diff --git a/README.md b/README.md index b1b63913..fdf45c9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Circle CI](https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev.svg?style=shield)](https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev) [![codecov](https://codecov.io/gh/vase4kin/TeamCityApp/branch/dev/graph/badge.svg)](https://codecov.io/gh/vase4kin/TeamCityApp) -[![Release](https://img.shields.io/badge/release-1.5.0.0-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest) +[![Release](https://img.shields.io/badge/release-1.5.0.1-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest) diff --git a/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt b/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt index 18719386..3cb19b8e 100644 --- a/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt +++ b/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt @@ -23,8 +23,8 @@ object Config { const val compileSdk = 29 const val targetSdk = 29 const val buildTools = "29.0.2" - const val versionCode = 103 - const val versionName = "1.5.0.0" + const val versionCode = 104 + const val versionName = "1.5.0.1" const val applicationId = "com.github.vase4kin.teamcityapp" val javaVersion = JavaVersion.VERSION_1_8 }