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

Commit 81e3b53

Browse files
committed
Prepare release 0.9.6
1 parent 4145a5d commit 81e3b53

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

CHANGES.rst

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
Changes in Riot 0.9.6 (2019-XX-XX)
1+
Changes in Riot 0.9.6 (2019-09-13)
22
===================================================
33

4-
MatrixSdk:
5-
- Upgrade MatrixSdk to version 0.X.Y.
6-
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.X.Y
7-
8-
Features:
9-
-
10-
11-
Improvements:
12-
-
13-
144
Other changes:
155
- Get around Google limitation of SSO through WebView by modifying the WebView user agent
166

17-
Bugfix:
18-
-
19-
20-
Translations:
21-
-
22-
23-
Build:
24-
-
25-
267
Changes in Riot 0.9.5 (2019-09-10)
278
===================================================
289

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 = 90600
27-
versionNameProp = "0.9.6-dev"
27+
versionNameProp = "0.9.6"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)