This commit is contained in:
Jack Williams 2026-05-13 08:13:55 +10:00
parent 4b5b659793
commit 46387fcafe
4 changed files with 6 additions and 5 deletions

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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