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

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Feb 15, 2018
1 parent 273adb7 commit f344dc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in Riot 0.8.1 (2018-02-15)
===================================================

Improvements:
* Update matrix-sdk.aar lib (v0.9.0).

Bug Fix:
* URL Preview: We should have it for m.notice too (PR 1975).

Changes in Riot 0.8.00-beta (2018-02-02)
===================================================

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {

// global properties used in sub modules
ext {
versionCodeProp = 80000
versionNameProp = "0.8.00-beta"
versionCodeProp = 80001
versionNameProp = "0.8.1"
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 f344dc9

Please sign in to comment.