dmencu 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,4 +66,4 @@ update estados_acciones ea
66
66
  where ea.operativo= aux.operativo and
67
67
  ea.estado=aux.estado and
68
68
  ea.eaccion=aux.eaccion and
69
- ea.estado_destino=aux.estado_destino
69
+ ea.estado_destino=aux.estado_destino;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "1.0.14",
4
+ "version": "1.0.15",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",