mirror of
https://github.com/williamsjack/pairwise-glicko-ranking.git
synced 2026-07-22 06:44:09 +00:00
1.6.0
This commit is contained in:
parent
a2fc35429f
commit
be184aac11
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue