Skip to content

Commit 6277dce

Browse files
committed
2.1.2
1 parent e765fda commit 6277dce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const eSettings = require('electron-settings')
99
const create = require('./create')
1010
const path = require('path')
1111
const async = require('async')
12+
const ChildProcess = require('child_process')
1213
var DigitalOcean = require('do-wrapper'),
1314
api = null;
1415

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EasyProxy",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Easy Proxy Creation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)