This commit is contained in:
Jack Williams 2026-03-07 12:39:32 +11:00
parent a2fc35429f
commit be184aac11
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}