From be184aac11f166f635eaab19fb4bcbe92e301c41 Mon Sep 17 00:00:00 2001 From: Jack Williams Date: Sat, 7 Mar 2026 12:39:32 +1100 Subject: [PATCH] 1.6.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 57eb62f..a3fb01d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pairwise-elo-ranking", "name": "Pairwise Glicko Ranking", - "version": "1.5.0", + "version": "1.6.0", "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 7a0a416..707eb6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pairwise-elo-ranking", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pairwise-elo-ranking", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index f9545e8..d3987b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pairwise-elo-ranking", - "version": "1.5.0", + "version": "1.6.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 6fbbaab..706c543 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.3.5": "1.10.0", "1.4.0": "1.10.0", "1.4.1": "1.10.0", - "1.5.0": "1.10.0" + "1.5.0": "1.10.0", + "1.6.0": "1.10.0" } \ No newline at end of file