diff --git a/manifest.json b/manifest.json index 7a4c5f5..0f4c289 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pairwise-glicko-ranking", "name": "Pairwise Glicko Ranking", - "version": "1.7.2", + "version": "1.7.3", "minAppVersion": "1.10.0", "description": "Easily sort notes by any subjective criteria - Rank cohorts of notes in your vault by pairwise comparisons using the Glicko rating system.", "author": "Jack Williams", diff --git a/package-lock.json b/package-lock.json index b3f8ac2..baf7557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairwise-glicko-ranking", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pairwise-glicko-ranking", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 80503de..291bc16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairwise-glicko-ranking", - "version": "1.7.2", + "version": "1.7.3", "description": "Easily sort notes by any subjective criteria - Rank cohorts of notes in your vault by pairwise comparisons using the Glicko rating system.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 010c04d..5a7a900 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "1.6.0": "1.10.0", "1.7.0": "1.10.0", "1.7.1": "1.10.0", - "1.7.2": "1.10.0" + "1.7.2": "1.10.0", + "1.7.3": "1.10.0" } \ No newline at end of file