From e7e1ed95c3434e0dae6e23ba0c7c1fb374225b59 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 12 Apr 2022 16:20:22 +0500 Subject: [PATCH] oops --- package.json | 2 +- src/components/vp-explorer/VPExplorer.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",