Skip to content

Commit

Permalink
updated packages and finished 0.4.6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinLeath committed Sep 27, 2019
1 parent bfc1c2d commit 051bf83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -207,9 +207,9 @@ <h1>VERSION 0.4.6 CHANGE NOTES</h1>
<ul>
<strong>CHANGES</strong>
<li><b>Added</b> profile images to the contributors page</li>
<li><b>Added</b> the Copper V, Bronze V, Silver V and Champion rank to reflect Ember Rise</li>
<li><b>Added</b> the Copper V, Bronze V, Silver V and Champion ranks to reflect Ember Rise</li>
<li><b>Removed</b> the Gold IV rank to reflect Ember Rise</li>
<li><b>Changed</b> how the dropdown looks for selecting a rank (now highest to low)</li>
<li><b>Changed</b> how the dropdown looks for selecting a rank (now high to low)</li>
<li><b>Changed</b> the values in which MMR is calculated</li>
<li><b>Improved</b> R6RC startup time</li>
<li><b>Updated</b> crucial dependencies to the latest version</li>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,12 +12,12 @@
"testmac": "electron-builder --mac",
"testlin": "electron-builder --linux",
"publish": "electron-builder -p always",
"updep": "npm install universal-analytics@latest electron@latest electron-builder@latest electron-packager@latest electron-updater@latest"
"updep": "npm install universal-analytics@latest electron@latest electron-builder@latest electron-packager@latest electron-updater@latest asar@latest discord-rich-presence@latest"
},
"devDependencies": {
"electron": "^6.0.2",
"electron": "^6.0.10",
"electron-builder": "^21.2.0",
"electron-packager": "^14.0.4"
"electron-packager": "^14.0.6"
},
"dependencies": {
"asar": "^2.0.1",
Expand Down

0 comments on commit 051bf83

Please sign in to comment.