diff --git a/package.json b/package.json index 057d1cd..058a623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "robocommander", - "version": "0.3.3", + "version": "0.3.4", "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 535bf1e..04c539c 100644 --- a/src/renderer/model/AppVersion.ts +++ b/src/renderer/model/AppVersion.ts @@ -1,2 +1,2 @@ -// This file was generated on Wed Aug 1 13:14:43 EDT 2018 -export const appVersion = '0.3.3'; +// This file was generated on Wed Aug 1 13:25:24 EDT 2018 +export const appVersion = '0.3.4';