chore(release): prepare version 1.0.3

Bump manifest, package, and versions mapping for patch release
This commit is contained in:
Lukas Wolfsteiner 2026-06-10 16:50:44 +02:00
parent 9271e5c7cc
commit b5ed2bedaa
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "raindrop-io",
"name": "Raindrop.io",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "1.7.2",
"description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.",
"author": "Lukas '@dotWee' Wolfsteiner <lukas@wolfsteiner.media>",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-raindropio-plugin",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-raindropio-plugin",
"version": "1.0.2",
"version": "1.0.3",
"license": "WTFPL",
"dependencies": {
"obsidian": "latest"

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-raindropio-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.",
"main": "main.js",
"type": "module",

View file

@ -1,4 +1,5 @@
{
"1.0.0": "1.7.2",
"1.0.2": "1.7.2"
"1.0.2": "1.7.2",
"1.0.3": "1.7.2"
}