Skip to content

Commit

Permalink
fix: update the version number to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyadan committed Nov 25, 2024
1 parent f6c7fbf commit 8f811ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions THIRD-PARTY-LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
│ ├─ email: [email protected]
│ ├─ path: node_modules/loose-envify
│ └─ licenseFile: node_modules/loose-envify/LICENSE
├─ [email protected].1
├─ [email protected].2
│ ├─ licenses: BSD-3-Clause
│ ├─ publisher: Ryota Shioya
│ ├─ path: /home/shioya/meno
│ ├─ path: /home/shioya/work/meno
│ └─ licenseFile: LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
Expand Down
10 changes: 5 additions & 5 deletions 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": "meno",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"author": "Ryota Shioya",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/ui_parts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const VersionDialog = (props: {store: Store;}) => {
<Modal.Header closeButton>
<Modal.Title>Version Information</Modal.Title>
</Modal.Header>
<Modal.Body>Meno Version 0.0.1</Modal.Body>
<Modal.Body>Meno Version 0.0.2</Modal.Body>
</Modal>
);
};
Expand Down

0 comments on commit 8f811ca

Please sign in to comment.