@sailingrotevista/rotevista-dash 6.0.1 → 6.0.2

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.
Files changed (2) hide show
  1. package/app.js +1 -1
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -35,7 +35,7 @@ let CONFIG = {
35
35
  const RENDER_INTERVAL_MS = 1000;
36
36
  const TIMEOUT_MS = 15000;
37
37
  const SIM_SAMPLE_INTERVAL = 1000;
38
- const DASH_VERSION = "3.8"; // Major Update: Smart Source Locking & Breathing Hercules Scale
38
+ const DASH_VERSION = "6.0"; // Major Update: Smart Source Locking & Breathing Hercules Scale
39
39
 
40
40
  // ==========================================================================
41
41
  // 2. STATO GLOBALE E RIFERIMENTI UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-dash",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Wind Dashboard with navigation and course aids",
5
5
  "main": "index.js",
6
6
  "publishConfig": {