Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rizerphe committed Mar 22, 2023
1 parent 043f91b commit 5f2948a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-companion",
"name": "Companion",
"version": "1.0.1",
"version": "1.1.0",
"minAppVersion": "1.1.16",
"description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.",
"author": "rizerphe",
"authorUrl": "https://github.com/rizerphe",
"isDesktopOnly": true
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-companion",
"version": "1.1.0",
"description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"author": "rizerphe",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "1.1.16"
"1.0.1": "1.1.16",
"1.1.0": "1.1.16"
}

0 comments on commit 5f2948a

Please sign in to comment.