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

Commit c0c7146

Browse files
committed
version ++
A wrong apk was published for v0.8.4
1 parent 67e2e5a commit c0c7146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in Riot 0.8.4 (2018-03-30)
1+
Changes in Riot 0.8.5 (2018-03-31)
22
===================================================
33

44
Improvements:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ buildscript {
1414

1515
// global properties used in sub modules
1616
ext {
17-
versionCodeProp = 80400
18-
versionNameProp = "0.8.4"
17+
versionCodeProp = 80500
18+
versionNameProp = "0.8.5"
1919
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2020
buildNumberProp = "${versionBuild}"
2121
}

0 commit comments

Comments
 (0)