mirror of
https://github.com/calfmoon/node-factor.git
synced 2026-07-22 05:42:24 +00:00
chore: release 2.1.0
This commit is contained in:
parent
41636dd29c
commit
2810b9379c
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "node-factor",
|
||||
"name": "Node Factor",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Customize factors effecting node size in graph.",
|
||||
"author": "CalfMoon",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-factor",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Customize factors effecting node size in graph.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"2.0.0": "0.15.0"
|
||||
"2.0.0": "0.15.0",
|
||||
"2.1.0": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue