Browse Source

Upgrade riot version

Bob Mottram 6 years ago
parent
commit
47869af5d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-riot

+ 1
- 1
src/freedombone-app-riot View File

@@ -32,7 +32,7 @@ IN_DEFAULT_INSTALL=0
32 32
 SHOW_ON_ABOUT=1
33 33
 NOT_ON_ONION=1
34 34
 
35
-RIOT_VERSION='0.13.3'
35
+RIOT_VERSION='0.15.3'
36 36
 RIOT_FILENAME="riot-v${RIOT_VERSION}"
37 37
 RIOT_HASH='bcd6c2f4be018612ac76a71b58749a5edab1e02de7d145a22d9b9aa6e6a89129'
38 38
 RIOT_DOWNLOAD_URL="https://github.com/vector-im/riot-web/releases/download/v${RIOT_VERSION}"