This commit is contained in:
Jack Williams 2026-06-08 16:48:38 +10:00
parent 92517fd9ba
commit bf828e323e
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.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",

4
package-lock.json generated
View file

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

View file

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

View file

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