Parcourir la source

Merge tag 'v0.2.7' into develop

New experiments:
 - IsImageCorrect
 - IsImageCorrectOneExtract
New features:
 - Start experiment with random scene button
 - Removed all WebSockets connections and replacing with an API route
 - Support experimentConfig.default.js config if none found in experimentConfig.js
 - Added webapp custom link configuration support
 - Added webapp custom link configuration generator `/linkGenerator`
rigwild il y a 5 ans
Parent
commit
d3d0de5e57
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

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