From c5a07b099d35392709f7fd50b633962277067128 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 6 Mar 2024 21:43:44 -0800 Subject: [PATCH] Bumping version to 3.3.1. --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9959ba..1884eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-web", - "version": "3.3.0", + "version": "3.3.1", "description": "Connect your browser with your notes in Obsidian", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index edbdbb9..16dbfa4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "name": "Obsidian Web", "description": "Connect your browser with your notes in Obsidian. Obsidian Web is a customizable web clipper for Obsidian with advanced features.", - "version": "3.3.0", + "version": "3.3.1", "options_page": "options.html",