Skip to content

Commit

Permalink
1.4.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fribbels committed Feb 13, 2021
1 parent 96efc6f commit 57afdd2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ Hopefully this is useful for anyone looking for an easier way to gear their unit
- Clear out item previews on refresh
- See unit stats for whatever gear they have currently, not just for 6 pieces
- Select/interact with multiple heroes at once
- Make Gaveleets level not show up green

**Low priority:**
- Dark mode
Expand Down
2 changes: 1 addition & 1 deletion app/js/lib/updater.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const currentVersion = "v1.4.0";
const currentVersion = "v1.4.1";

module.exports = {
checkForUpdates: async () => {
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FribbelsE7Optimizer",
"productName": "FribbelsE7Optimizer-1.4.0",
"version": "1.4.0",
"productName": "FribbelsE7Optimizer-1.4.1",
"version": "1.4.1",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "./main.prod.js",
"author": {
Expand Down
Binary file modified backend/out/artifacts/backend_jar/backend.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion data/e7dbherodata.json

Large diffs are not rendered by default.

Binary file modified data/jar/backend.jar
Binary file not shown.

0 comments on commit 57afdd2

Please sign in to comment.