Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Oct 23, 2023
1 parent 216037e commit 99184ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Iron Fish Node App

# Installation

👉 Install the released Iron Fish Node App by getting started [here](https://ironfish.network/use/node-app).

## Troubleshooting

### Windows

**Q: The app crashes on launch with `A JavaScript error occurred in the main process. Error: The specified module could not be found`**

**A:** Install the Visual C++ Redistributable: https://aka.ms/vs/17/release/vc_redist.x64.exe

## Development

1. Clone repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "my-nextron-app",
"description": "Iron Fish Node App",
"version": "1.0.0",
"version": "1.0.1",
"author": "if-labs",
"main": "app/background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion renderer/pages/release-notes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MainLayout from "@/layouts/MainLayout";
export default function Placeholder() {
return (
<MainLayout>
<Heading>v1.0.1</Heading>
<Heading>v1.0.1 Updated</Heading>
</MainLayout>
);
}

0 comments on commit 99184ed

Please sign in to comment.