Skip to content

Commit

Permalink
version updated to 0.7.1 and lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Oct 25, 2024
1 parent 958871b commit e63d758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "scribe-scripture-editor",
"description": "A friendly assistant for Bible Translators.",
"author": "Bible Technology <[email protected]>",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"private": true,
"main": "main/index.js",
Expand Down
4 changes: 2 additions & 2 deletions renderer/src/components/EditorPage/TextEditor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default function TextEditor() {
const {
state: {
bookId: defaultBookId, selectedFont, editorFontSize, projectScriptureDir,
chapter,
verse,
// chapter,
// verse,
},
actions: {
handleSelectedFont, onChangeChapter, onChangeVerse, handleEditorFontSize,
Expand Down

0 comments on commit e63d758

Please sign in to comment.