Skip to content

Commit

Permalink
v1.0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
MG8853 committed Sep 27, 2020
1 parent 819ce9d commit 9bf710d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "felnullgdlauncher",
"version": "1.0.98",
"version": "1.0.99",
"description": "FelNullGDlauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
4 changes: 2 additions & 2 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ if (process.env.REACT_APP_RELEASE_TYPE === 'setup') {
autoUpdater.allowDowngrade = false;
autoUpdater.allowPrerelease = allowUnstableReleases;
autoUpdater.setFeedURL({
owner: 'gorilla-devs',
repo: 'GDLauncher',
owner: 'TeamFelnull',
repo: 'FelNullGDLauncher',
provider: 'github'
});

Expand Down

0 comments on commit 9bf710d

Please sign in to comment.