diff --git a/manifest.json b/manifest.json index e55de74..363e3f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pairwise-glicko-ranking", "name": "Pairwise Glicko Ranking", - "version": "1.7.5", + "version": "1.8.0", "minAppVersion": "1.13.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 119982d..1704c2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairwise-glicko-ranking", - "version": "1.7.5", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pairwise-glicko-ranking", - "version": "1.7.5", + "version": "1.8.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 728e461..dab3680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairwise-glicko-ranking", - "version": "1.7.5", + "version": "1.8.0", "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 a915ad5..deebc5d 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "1.7.2": "1.10.0", "1.7.3": "1.10.0", "1.7.4": "1.10.0", - "1.7.5": "1.13.0" + "1.7.5": "1.13.0", + "1.8.0": "1.13.0" } \ No newline at end of file