Skip to content

Commit

Permalink
back to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sidequestlegend committed Jun 25, 2019
1 parent fb800e4 commit f57f133
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<link rel="stylesheet" href="styles.d7d077b132e501abf4f6.css"></head>
<body>
<app-root class="full-height"></app-root>
<script src="runtime.741402d1d47331ce975c.js"></script><script src="polyfills-es5.613d1909ec381c0aefb7.js" nomodule></script><script src="polyfills.415a4b1d5f131122a7a8.js"></script><script src="scripts.2c1247fbe8a726e84688.js"></script><script src="main.a8e9eed1aec1dde007ac.js"></script></body>
<script src="runtime.741402d1d47331ce975c.js"></script><script src="polyfills-es5.613d1909ec381c0aefb7.js" nomodule></script><script src="polyfills.415a4b1d5f131122a7a8.js"></script><script src="scripts.2c1247fbe8a726e84688.js"></script><script src="main.7d8fc5e7c2ebccca8e39.js"></script></body>
</html>
1 change: 1 addition & 0 deletions build/app/main.7d8fc5e7c2ebccca8e39.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/app/main.a8e9eed1aec1dde007ac.js

This file was deleted.

2 changes: 1 addition & 1 deletion desktop-app/src/app/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class AppService {
titleEle: HTMLElement;
webService: WebviewService;
currentTheme: ThemeMode = ThemeMode.DARK;
versionName: string = '0.4.0.1';
versionName: string = '0.4.1';
constructor(private spinnerService: LoadingSpinnerService) {
this.path = (<any>window).require('path');
this.fs = (<any>window).require('fs');
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": "SideQuest",
"version": "0.4.0.1",
"version": "0.4.1",
"description": "A open app store for mobile android based VR devices such as the Levovo Mirage, Oculus Go, Oculus Quest, Vive Focus.",
"repository": "https://github.com/the-expanse/SideQuest.git",
"license": "MIT",
Expand Down

0 comments on commit f57f133

Please sign in to comment.