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

Commit fe7c317

Browse files
committed
Prepare release 0.8.23
1 parent cde5e3c commit fe7c317

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGES.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in Riot 0.8.23 (2019-XX-XX)
1+
Changes in Riot 0.8.23 (2019-02-21)
22
===================================================
33

44
MatrixSdk:
@@ -23,12 +23,6 @@ Bugfix:
2323
- Fix key backup banner doesn't go away after you have restored from backup. (#2943)
2424
- Fix issue with registration on some HomeServer (#2985)
2525

26-
Translations:
27-
-
28-
29-
Build:
30-
-
31-
3226
Changes in Riot 0.8.22 (2019-02-01)
3327
===================================================
3428

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
// global properties used in sub modules
2525
ext {
2626
versionCodeProp = 82300
27-
versionNameProp = "0.8.23-dev"
27+
versionNameProp = "0.8.23"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)