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

Commit db7bc5a

Browse files
committed
Prepare version 0.8.14
1 parent 6415ed6 commit db7bc5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14 (2018-XX-XX)
1+
Changes in Riot 0.8.14 (2018-08-27)
22
===================================================
33

44
MatrixSdk:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
// global properties used in sub modules
2121
ext {
2222
versionCodeProp = 81400
23-
versionNameProp = "0.8.14-dev"
23+
versionNameProp = "0.8.14"
2424
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2525
buildNumberProp = "${versionBuild}"
2626
}

0 commit comments

Comments
 (0)