mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 06:50:29 +00:00
chore: bump version to 1.0.5 in manifest, package.json, and package-lock.json; update versions.json
This commit is contained in:
parent
69b935653d
commit
8bad06c113
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue