smartfacecloud-updater
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -15,2 +15,5 @@ { | ||
"description": "Updated the updater plugin itself" | ||
}, | ||
"0.0.4": { | ||
"description": "Added emulator support" | ||
} | ||
@@ -17,0 +20,0 @@ } |
@@ -5,3 +5,3 @@ const execFile = require('child_process').execFile; | ||
const semver = require('semver'); | ||
const PACKAGE_VERSION = '0.0.3'; | ||
const PACKAGE_VERSION = '0.0.4'; | ||
@@ -8,0 +8,0 @@ const CURRENT_VERSION = { |
{ | ||
"name": "smartfacecloud-updater", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Auto updater for SmartfaceCloud", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6860
9
193