xfuture 1.9.6 → 1.9.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -97,7 +97,7 @@ class xFuture {
97
97
  InstallDriver(shell_path, helper_path, workingDir){
98
98
  this.driver = helper_path;
99
99
  this.workingDir = workingDir;
100
- parser.workingDir = ipdir;
100
+ parser.workingDir = workingDir;
101
101
  return ff.InstallDriver(shell_path, helper_path);
102
102
  }
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "x.js",
6
6
  "scripts": {