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

Commit 89d19a6

Browse files
committed
Version ++
1 parent a5be38b commit 89d19a6

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGES.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Changes in Riot 0.9.6 (2019-XX-XX)
2+
===================================================
3+
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+
14+
Other changes:
15+
-
16+
17+
Bugfix:
18+
-
19+
20+
Translations:
21+
-
22+
23+
Build:
24+
-
25+
126
Changes in Riot 0.9.5 (2019-09-10)
227
===================================================
328

build.gradle

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

2424
// global properties used in sub modules
2525
ext {
26-
versionCodeProp = 90500
27-
versionNameProp = "0.9.5"
26+
versionCodeProp = 90600
27+
versionNameProp = "0.9.6-dev"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)