Skip to content

Commit

Permalink
Update docs and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Mar 2, 2023
1 parent 25d057c commit 90e6bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-gpt",
"name": "GPT",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "0.9.12",
"description": "GPT & Large Language Model completions in Obsidian editor via API",
"description": "Obsidian plugin for getting language model completions from GPT-3, ChatGPT, Cohere, and others",
"author": "Jonathan Miller",
"authorUrl": "https://jmill.dev",
"isDesktopOnly": false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-gpt",
"version": "1.1.0",
"description": "GPT & Large Language Model completions in Obsidian editor via API",
"version": "1.1.1",
"description": "Obsidian plugin for getting language model completions from GPT-3, ChatGPT, Cohere, and others",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
Expand Down

0 comments on commit 90e6bdf

Please sign in to comment.