From 4e648dcef605d3ec49512e8eb8a81763cabd3321 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Fri, 16 Aug 2024 19:28:53 -0500 Subject: [PATCH] Bumping version to 3.5.0. --- package-lock.json | 2 +- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1ab11d..287cd12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-web", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4716983..be2a7da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-web", - "version": "3.4.1", + "version": "3.5.0", "description": "Connect your browser with your notes in Obsidian", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 102d8be..5afcec7 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.4.1", + "version": "3.5.0", "options_page": "options.html",