README updated, version bump to 1.0.2

This commit is contained in:
qf3l3k 2025-04-06 20:27:44 +02:00
parent 0ccc624cbd
commit 649178ddf3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Obsidian Data Fetcher
# Data Fetcher
A plugin for [Obsidian](https://obsidian.md) that allows users to fetch data from multiple sources (REST APIs, GraphQL, gRPC, RPC) and insert the results into notes.

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-api-fetcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fetch data from multiple sources (REST APIs, RPC, gRPC, GraphQL) and insert results into notes",
"main": "main.js",
"scripts": {