Explorar el Código

Bump riot version

Bob Mottram hace 7 años
padre
commit
0d23690b44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-riot

+ 1
- 1
src/freedombone-app-riot Ver fichero

@@ -33,7 +33,7 @@ VARIANTS='full full-vim chat'
33 33
 IN_DEFAULT_INSTALL=0
34 34
 SHOW_ON_ABOUT=1
35 35
 
36
-RIOT_VERSION='0.12.1'
36
+RIOT_VERSION='0.12.2'
37 37
 RIOT_FILENAME="riot-v${RIOT_VERSION}"
38 38
 RIOT_HASH='f6fc2df335af2abcf9fa1329819d20b4d1a0fc8a94a8f087b5f09941f2d5c44a'
39 39
 RIOT_DOWNLOAD_URL="https://github.com/vector-im/riot-web/releases/download/v${RIOT_VERSION}"