Skip to content

Commit 3dbcd86

Browse files
1.0.0 release and add batch file to kill node
1 parent a1255f6 commit 3dbcd86

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.digilent.waveformslive" version="0.12.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.digilent.waveformslive" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>WaveForms Live</name>
44
<description>Open source instrumentation software.</description>
55
<author email="software@digilent.com" href="https://store.digilentinc.com/">Digilent</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waveforms-live",
3-
"version": "0.12.2",
3+
"version": "1.0.0",
44
"author": "Digilent",
55
"homepage": "http://digilent.com/",
66
"main": "electron.js",

src/services/settings/settings.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class SettingsService {
1515
public nestedChannels: boolean = false;
1616
public routeToStore: boolean = true;
1717
public drawLaOnTimeline: boolean = false;
18-
public wflVersion: string = '0.12.2';
18+
public wflVersion: string = '1.0.0';
1919
public useDevBuilds: boolean = false;
2020

2121
public knownFirmwareUrls: { openscopeMz: { prettyName: string, listUrl: string, devListUrl: string, firmwareUrl: string, devFirmwareUrl: string } } = {

windowsKillNode.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Taskkill /IM node.exe /F

0 commit comments

Comments
 (0)