Skip to content

Commit

Permalink
udpated to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micahke committed Jan 29, 2023
1 parent 737ff94 commit 3031bb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "gpt3-notes",
"name": "GPT-3 Notes",
"version": "0.3.0",
"version": "0.2.5",
"minAppVersion": "0.15.0",
"description": "Create a note using OpenAI's GPT-3 language model.",
"author": "Micah Elias",
"authorUrl": "https://www.micahelias.com",
"fundingUrl": "https://www.buymeacoffee.com/mkelias",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-gpt3-notes",
"version": "0.3.0",
"version": "0.2.5",
"description": "This is a plugin that generates notes using GPT-3",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"0.2.2": "0.15.0",
"0.2.3": "0.15.0",
"0.2.4": "0.15.0",
"0.3.0": "0.15.0"
}
"0.2.5": "0.15.0"
}

0 comments on commit 3031bb2

Please sign in to comment.