瀏覽代碼

Merge tag 'v0.1.7' into develop

 - Added unique and persistent application identifier

API:
 - Export and document ping route
 - Endpoints now give more data:
   - Image metadata
   - Extracts configuration informations
 - Updated doc and tests

Front:
 - Finished first experiment
 - Check WebSocket configuration
 - Redirect to config if disconnected from server
 - Fixed WebSocket message sender
rigwild 5 年之前
父節點
當前提交
0ad546d7a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "expe-web",
-  "version": "0.1.6",
+  "version": "0.1.7",
   "private": true,
   "scripts": {
     "server:start": "node -r esm server/index.js",