Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jekrch committed Mar 28, 2023
1 parent 772b7aa commit 2e1e2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/FooterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const FooterComponent = () => {
className="footNavVersion"
onClick={() => setVersionModalShow(true)}
>
v1.6.1
v1.7
</div>
<div className="footNavAbout" onClick={() => setAboutModalShow(true)}>
about
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/VersionModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function VersionModal(props) {
<p>

<VersionEntry
version="1.6"
version="1.7"
date="03.27.2023"
items={[
"when a key is selected, the other note letters adjust to display the correct notation in that key",
Expand Down

0 comments on commit 2e1e2a2

Please # to comment.