Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Prepare release 1.52.1 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
vase4kin authored May 2, 2020
1 parent 89ca506 commit c003bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.52.0-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest)
[![Release](https://img.shields.io/badge/release-1.52.1-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest)

<img src="https://github.com/vase4kin/TeamCityApp/raw/dev/res/screenshots/feature-graphic.png">

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ object Config {
const val compileSdk = 29
const val targetSdk = 29
const val buildTools = "29.0.2"
const val versionCode = 108
const val versionName = "1.52.0"
const val versionCode = 109
const val versionName = "1.52.1"
const val applicationId = "com.github.vase4kin.teamcityapp"
val javaVersion = JavaVersion.VERSION_1_8
}
Expand Down

0 comments on commit c003bb1

Please sign in to comment.