This commit is contained in:
Markus Moser 2025-03-13 10:51:19 +01:00
parent a0a398752c
commit 6dc4f30aec
No known key found for this signature in database
GPG key ID: AD411FF94FFE07BD
4 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-private-mode",
"name": "Private Mode",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "1.6.0",
"description": "Simple #private mode",
"author": "markusmo3",
"authorUrl": "https://github.com/markusmo3",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-private-mode",
"version": "1.0.0",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-private-mode",
"version": "1.0.0",
"version": "1.0.3",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-private-mode",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple #private mode for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"1.0.0": "1.6.0",
"1.0.1": "1.6.0",
"1.0.2": "1.6.0"
}
"1.0.2": "1.6.0",
"1.0.3": "1.6.0"
}