Skip to content

Commit

Permalink
[Automated release commit] release version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jan 4, 2019
1 parent 2a22ca5 commit 74f8a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-SNAPSHOT
1.0.0
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ declare var __static: string;
export default class Constants {
public static readonly BASE_PATH = process.env.NODE_ENV === 'development'
? __static.replace('/public', '') : __static.replace('/resources/app', '').replace('.asar', '');
public static readonly VERSION = '1.0.0-SNAPSHOT';
public static readonly VERSION = '1.0.0';
public static readonly LATEST_RELEASE_URL = 'http://api.github.com/repos/juhaku/loginized/releases/latest';
public static readonly IS_DEBUG = process.env.NODE_ENV === 'development';
}

0 comments on commit 74f8a70

Please sign in to comment.