diff --git a/package.json b/package.json index 476747a..d91915e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.9.2", + "version": "1.9.3", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/vp-explorer/VPExplorer.tsx b/src/components/vp-explorer/VPExplorer.tsx index 3b48b43..f563d26 100644 --- a/src/components/vp-explorer/VPExplorer.tsx +++ b/src/components/vp-explorer/VPExplorer.tsx @@ -156,6 +156,7 @@ export function VPExplorer(props: { setCurrentCorrectEmoji(randFromArray(correctEmoji)); }, checkDuration * 2); } else { + navigator.vibrate(250); setQuizState({ ...quizState, result: "fail",