Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jul 8, 2022
1 parent d30d782 commit 04acbdf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"package": {
"productName": "Piano Trainer",
"version": "1.0.0"
"version": "1.0.1"
},
"tauri": {
"allowlist": {
"all": true
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"category": "Music",
"copyright": "",
"deb": {
"depends": []
Expand Down
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useState } from 'react'
import styled from 'styled-components'
import Keyboard from './components/Keyboard'
import KVProvider from './components/KVProvider/KVProvider'
import { Quiz, QuizHeader } from './components/Quiz'
import { Quiz } from './components/Quiz'
import ScreenManager from './components/ScreenManager/ScreenManager'
import SidebarProvider from './components/SidebarProvider/SidebarProvider'
import { TrainerDisplay, TrainerPiano } from './components/Trainer'
Expand Down
1 change: 0 additions & 1 deletion src/components/Quiz/Quiz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
swapNoteWithSynonym,
} from '../../utils'
import { KVContext } from '../KVProvider'
import SettingsSidebar from '../SettingsSidebar/SettingsSidebar'
import SoundfontProvider from '../SoundfontProvider'
import {
formatQuestion,
Expand Down
1 change: 0 additions & 1 deletion src/components/Trainer/TrainerPiano.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
ignoreOctave,
OCTAVE_LENGTH,
} from '../../utils'
import { KVContext } from '../KVProvider'
import { TrainerContext } from '../TrainerProvider'

const PianoContainer = styled.div`
Expand Down

0 comments on commit 04acbdf

Please sign in to comment.