Skip to content

Commit

Permalink
v2.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
whyboris committed Mar 4, 2020
1 parent 161db39 commit 33256d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main-globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const globals: Globals = {
hubName: 'untitled', // in case user doesn't name their hub any name
selectedOutputFolder: '',
selectedSourceFolder: '',
version: '2.1.0', // update it and the `package.json` version in tandem before release!
version: '2.2.0', // update it and the `package.json` version in tandem before release!
vhaFileVersion: 2,
winRef: null,
screenshotSettings: {
Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let systemMessages = English.SYSTEM;
// ***************************** BUILD TOGGLE *********************************************
// ========================================================================================
const demo = false;
globals.version = '2.1.0';
globals.version = '2.2.0';
// ========================================================================================


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "video-hub-app-2",
"version": "2.1.0",
"version": "2.2.0",
"description": "Video Hub App 2 - browse, search, preview your videos",
"homepage": "http://www.videohubapp.com",
"author": {
Expand Down

0 comments on commit 33256d7

Please sign in to comment.