This commit is contained in:
Markus Moser 2025-01-16 14:11:35 +01:00
parent f7a8b38608
commit 747a882add
No known key found for this signature in database
GPG key ID: AD411FF94FFE07BD
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-private-mode",
"name": "Private Mode",
"version": "1.0.0",
"version": "1.0.2",
"minAppVersion": "1.6.0",
"description": "Simple #private mode",
"author": "markusmo3",

View file

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

View file

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