diff --git a/package.json b/package.json index f3c365f..193443a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "robocommander", - "version": "0.3.5", + "version": "0.3.6", "author": "Andrew Rapo", "copyright": "Copyright (c) 2018 Andrew Rapo. All Rights Reserved", "license": "MIT", diff --git a/src/renderer/model/AppVersion.ts b/src/renderer/model/AppVersion.ts index 37a99f5..3346bac 100644 --- a/src/renderer/model/AppVersion.ts +++ b/src/renderer/model/AppVersion.ts @@ -1,2 +1,2 @@ -// This file was generated on Wed Nov 28 11:42:15 EST 2018 -export const appVersion = '0.3.5'; +// This file was generated on Thu Mar 7 06:36:18 EST 2019 +export const appVersion = '0.3.6';