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.5.0.0-beta2 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
vase4kin committed Mar 18, 2020
1 parent 057888d commit 1112a32
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.4.5.0-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest)
[![Release](https://img.shields.io/badge/release-1.5.0.0_beta2-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 = 100
const val versionName = "1.5.0.0-beta1"
const val versionCode = 101
const val versionName = "1.5.0.0-beta2"
const val applicationId = "com.github.vase4kin.teamcityapp"
val javaVersion = JavaVersion.VERSION_1_8
}
Expand Down

0 comments on commit 1112a32

Please sign in to comment.