Skip to content

Commit

Permalink
[FIX] version info
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhwong committed Apr 10, 2020
1 parent c457aa3 commit 8457713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(document).ready(function() {
const fs = require("fs-extra");
const configFile = 'config.js';
const appDataPath = process.env.APPDATA + "/PPT-NDI";
const version = "20191117a";
const version = "v1.0.1";
const keyCombi = "Ctrl-Shift-";
const defaultData = {
"version" : version,
Expand Down

0 comments on commit 8457713

Please sign in to comment.