Skip to content

Commit

Permalink
1.0.0 release and add batch file to kill node
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharsanSukumar committed May 9, 2017
1 parent a1255f6 commit 3dbcd86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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">
<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">
<name>WaveForms Live</name>
<description>Open source instrumentation software.</description>
<author email="[email protected]" href="https://store.digilentinc.com/">Digilent</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waveforms-live",
"version": "0.12.2",
"version": "1.0.0",
"author": "Digilent",
"homepage": "http://digilent.com/",
"main": "electron.js",
Expand Down
2 changes: 1 addition & 1 deletion src/services/settings/settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class SettingsService {
public nestedChannels: boolean = false;
public routeToStore: boolean = true;
public drawLaOnTimeline: boolean = false;
public wflVersion: string = '0.12.2';
public wflVersion: string = '1.0.0';
public useDevBuilds: boolean = false;

public knownFirmwareUrls: { openscopeMz: { prettyName: string, listUrl: string, devListUrl: string, firmwareUrl: string, devFirmwareUrl: string } } = {
Expand Down
1 change: 1 addition & 0 deletions windowsKillNode.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Taskkill /IM node.exe /F

0 comments on commit 3dbcd86

Please sign in to comment.