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

Commit 50f61f5

Browse files
authored
Prepare release 1.5.0.0 (#307)
1 parent d18352b commit 50f61f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22
[![Circle CI](https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev.svg?style=shield)](https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev)
33
[![codecov](https://codecov.io/gh/vase4kin/TeamCityApp/branch/dev/graph/badge.svg)](https://codecov.io/gh/vase4kin/TeamCityApp)
4-
[![Release](https://img.shields.io/badge/release-1.5.0.0_beta3-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest)
4+
[![Release](https://img.shields.io/badge/release-1.5.0.0-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest)
55

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

buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ object Config {
2323
const val compileSdk = 29
2424
const val targetSdk = 29
2525
const val buildTools = "29.0.2"
26-
const val versionCode = 102
27-
const val versionName = "1.5.0.0-beta3"
26+
const val versionCode = 103
27+
const val versionName = "1.5.0.0"
2828
const val applicationId = "com.github.vase4kin.teamcityapp"
2929
val javaVersion = JavaVersion.VERSION_1_8
3030
}

0 commit comments

Comments
 (0)