1.1.1
This commit is contained in:
parent
0da5b3ebe7
commit
766b01fad6
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "novel-word-count",
|
"id": "novel-word-count",
|
||||||
"name": "Novel word count",
|
"name": "Novel word count",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"minAppVersion": "0.13.31",
|
"minAppVersion": "0.13.31",
|
||||||
"description": "Displays a word or page count for each file, folder and vault in the file pane.",
|
"description": "Displays a word or page count for each file, folder and vault in the file pane.",
|
||||||
"author": "Isaac Lyman",
|
"author": "Isaac Lyman",
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "novel-word-count",
|
"name": "novel-word-count",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "novel-word-count",
|
"name": "novel-word-count",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.11.6",
|
"@types/node": "^16.11.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "novel-word-count",
|
"name": "novel-word-count",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Displays a word or page count for each file, folder and vault in the file pane.",
|
"description": "Displays a word or page count for each file, folder and vault in the file pane.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "0.9.7",
|
"1.0.0": "0.9.7",
|
||||||
"1.0.1": "0.12.0",
|
"1.0.1": "0.12.0",
|
||||||
"1.1.0": "0.13.31"
|
"1.1.0": "0.13.31",
|
||||||
|
"1.1.1": "0.13.31"
|
||||||
}
|
}
|
Loading…
Reference in New Issue