mirror of
https://github.com/emklasson/obsidian-save-modified-times.git
synced 2026-07-22 06:40:27 +00:00
1.3.2
This commit is contained in:
parent
54c481fa34
commit
9cd7303f7f
4 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "save-modified-times",
|
||||
"name": "Save Modified Times",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "Save and restore notes' last modified times (mtime).",
|
||||
"author": "Mikael Klasson",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-save-modified-times",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-save-modified-times",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-save-modified-times",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "Save and restore last modified times (mtime) in Obsidian.md.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "1.4.4"
|
||||
}
|
||||
"1.0.0": "1.4.4",
|
||||
"1.3.2": "1.5.7"
|
||||
}
|
||||
Loading…
Reference in a new issue