Explorar o código

Bump protocol version to 2

Danilo Bargen %!s(int64=7) %!d(string=hai) anos
pai
achega
6660bc19e4
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      src/app.ts
  2. 1 1
      src/config.ts

+ 2 - 2
src/app.ts

@@ -59,8 +59,8 @@ angular.module('3ema', [
 ])
 
 // Set versions
-.value('VERSION', '0.0.1')
-.value('PROTOCOL_VERSION', 1)
+.value('VERSION', '[[VERSION]]')
+.value('PROTOCOL_VERSION', 2)
 
 // Configuration object
 .constant('CONFIG', config)

+ 1 - 1
src/config.ts

@@ -7,7 +7,7 @@ export default {
 
     // General
     SELF_HOSTED: false,
-    PREV_PROTOCOL_LAST_VERSION: null,
+    PREV_PROTOCOL_LAST_VERSION: '1.8.2',
 
     // SaltyRTC
     SALTYRTC_HOST: null,