mirror of
https://github.com/tbergeron/obsidian-human-readable-dates.git
synced 2026-07-22 06:56:05 +00:00
1.0.3
This commit is contained in:
parent
805cd387a3
commit
9be9d79abe
4 changed files with 8 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "human-readable-dates",
|
||||
"name": "Human Readable Dates",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "Human readable dates.",
|
||||
"author": "Tommy Bergeron",
|
||||
"authorUrl": "https://github.com/tbergeron",
|
||||
"fundingUrl": "https://www.paypal.com/donate/?hosted_button_id=93Z9BUUD778SG",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "human-readable-dates",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "human-readable-dates",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@codemirror/state": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "human-readable-dates",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Close those pesky new tabs.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.2": "0.16.0"
|
||||
}
|
||||
"1.0.2": "0.16.0",
|
||||
"1.0.3": "0.16.0"
|
||||
}
|
||||
Loading…
Reference in a new issue