Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
v0.8.13 : prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ganfra committed Aug 9, 2018
1 parent 7f3143d commit 3a934dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in Riot 0.8.13 (2018-XX-XX)
Changes in Riot 0.8.13 (2018-08-09)
===================================================

Features:
Expand All @@ -10,6 +10,7 @@ Features:
- Support Room Versioning (#2441)

Improvements:
- Update matrix-sdk.aar lib (v0.9.7).
- Piwik: Update the way how stats are reported (#2402)
- Improve BugReport screen: display a preview of the screenshot (#2318)
- In the settings, move theme settings just below "language" (#2439)
Expand Down Expand Up @@ -40,12 +41,6 @@ Bugfix:
- Fix issue on preference screen: device lists was not displayed (#2409)
- Ensure notification has a title (#2242)

Translations:
-

Build:
-

Changes in Riot 0.8.12 (2018-07-06)
===================================================

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
// global properties used in sub modules
ext {
versionCodeProp = 81300
versionNameProp = "0.8.13-dev"
versionNameProp = "0.8.13"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down
Binary file modified vector/libs/matrix-sdk.aar
Binary file not shown.

0 comments on commit 3a934dc

Please sign in to comment.