chore: bump version to 1.0.5 in manifest, package.json, and package-lock.json; update versions.json

This commit is contained in:
Lukas Wolfsteiner 2026-07-06 12:28:51 +02:00
parent 69b935653d
commit 8bad06c113
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "raindrop-io",
"name": "Raindrop.io",
"version": "1.0.4",
"version": "1.0.5",
"minAppVersion": "1.7.2",
"description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.",
"author": "Lukas '@dotWee' Wolfsteiner",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-raindropio-plugin",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-raindropio-plugin",
"version": "1.0.4",
"version": "1.0.5",
"license": "WTFPL",
"devDependencies": {
"@eslint/js": "^9.39.4",

View file

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

View file

@ -2,5 +2,6 @@
"1.0.0": "1.7.2",
"1.0.2": "1.7.2",
"1.0.3": "1.7.2",
"1.0.4": "1.7.2"
"1.0.4": "1.7.2",
"1.0.5": "1.7.2"
}