diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | webapp/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Makefile used to build XDS daemon Web Server # Application Version -VERSION := 0.3.2 +VERSION := 0.3.4 # Syncthing version to install SYNCTHING_VERSION = 0.14.28 diff --git a/webapp/package.json b/webapp/package.json index f2e1d30..b08ce0b 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -35,7 +35,7 @@ "font-awesome": "^4.7.0", "font-awesome-animation": "0.0.10", "ngx-bootstrap": "1.6.6", - "ngx-cookie": "^1.0.0", + "ngx-cookie": "1.0.0", "reflect-metadata": "^0.1.8", "rxjs": "5.0.3", "rxjs-system-bundle": "5.0.3", |