Skip to content

Commit

Permalink
Build v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Oct 19, 2023
1 parent 6e7e1ec commit d508373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>Placeholder</Heading>
<Heading>Test</Heading>
</MainLayout>
);
}

0 comments on commit d508373

Please sign in to comment.