Skip to content

Commit

Permalink
Updating the version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Jun 10, 2024
1 parent 52e5c8c commit b0fb155
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 @@ -3,7 +3,7 @@
"productName": "scribe-scripture-editor",
"description": "A friendly assistant for Bible Translators.",
"author": "Bible Technology <[email protected]>",
"version": "0.5.10",
"version": "0.5.11",
"license": "MIT",
"private": true,
"main": "main/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState, useContext } from 'react';
import { useProskomma, useImport, useCatalog } from 'proskomma-react-hooks';
import { useDeepCompareEffect } from 'use-deep-compare';
import { ReferenceContext } from '@/components/context/ReferenceContext';
// import { ReferenceContext } from '@/components/context/ReferenceContext';
import { ScribexContext } from '@/components/context/ScribexContext';
import usePerf from './hooks/usePerf';
import htmlMap from './hooks/htmlmap';
Expand Down

0 comments on commit b0fb155

Please sign in to comment.