From 5983e43a97e58a5d8d957f94f048d0398cf05ea8 Mon Sep 17 00:00:00 2001 From: cibere <71997063+cibere@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:57:03 -0700 Subject: [PATCH] bump to v1.0.0 --- README.md | 2 +- plugin.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f46b335..d68b6be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flow.Launcher.Plugin.WordNikDictionary +# Flow.Launcher.Plugin.WordNikDictionary This is a plugin for [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher) that lets you easily see the definitions of words using [wordnik](https://wordnik.com). ## Get an API Key diff --git a/plugin.json b/plugin.json index 6ace683..50c19cf 100644 --- a/plugin.json +++ b/plugin.json @@ -2,9 +2,9 @@ "ID": "7ed41d7e3d174379972e1cdacb647474", "ActionKeyword": "def", "Name": "Wordnik Dictionary", - "Description": "Wordnik wrapper in flow using python. Gives you the definition of words similiar to duckduckgo.", + "Description": "Wordnik wrapper using python for Flow Launcher. Gives you the definition of words similiar to duckduckgo.", "Author": "cibere", - "Version": "0.0.2", + "Version": "1.0.0", "Language": "python", "Website": "https://github.com/cibere/Flow.Launcher.Plugin.WordNikDictionary", "IcoPath": "Images\\app.png",