Skip to content

Commit

Permalink
[Automated release commit] release version: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jan 4, 2019
1 parent feecc22 commit b487a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-SNAPSHOT
1.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "loginized",
"description": "Loginized Gnome GDM Login Theme Manager",
"homepage": "https://github.com/juhaku/loginized",
"version": "1.0.2-SNAPSHOT",
"version": "1.0.1",
"private": true,
"license": "GPL-3.0",
"author": {
Expand Down
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.2-SNAPSHOT';
public static readonly VERSION = '1.0.1';
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 b487a1c

Please sign in to comment.