diff --git a/package-lock.json b/package-lock.json index 5447ace..92cf82c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "5.2.0", + "version": "5.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9a565f6..de546e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "5.2.0", + "version": "5.2.1", "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/package.json b/src/components/package.json index 7aac59e..2911ac4 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "5.2.0", + "version": "5.2.1", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/lib/package.json b/src/lib/package.json index e0428be..a16ed5f 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "5.2.0", + "version": "5.2.1", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts", diff --git a/src/lib/src/fields.ts b/src/lib/src/fields.ts index a98fe31..b0823cd 100644 --- a/src/lib/src/fields.ts +++ b/src/lib/src/fields.ts @@ -31,5 +31,5 @@ export const dictionaryEntryBooleanFields: T.DictionaryEntryBooleanField[] = [ "noInf", "shortIntrans", "noOo", "sepOo", "diacExcept", ]; export const dictionaryEntryNumberFields: T.DictionaryEntryNumberField[] = [ - "ts", "i", "l", "separationAtP", "separationAtF", + "ts", "r", "i", "l", "separationAtP", "separationAtF", ]; \ No newline at end of file