Skip to content

Commit

Permalink
🔖 v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrad committed Jun 2, 2024
1 parent 8d13915 commit d04fd33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "github-copilot",
"name": "Github Copilot",
"version": "1.0.5",
"version": "1.0.6",
"minAppVersion": "1.5.12",
"description": "Implement suggestions from Github Copilot directly in your editor.",
"author": "Vasseur Pierre-Adrien",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-copilot",
"version": "1.0.5",
"version": "1.0.6",
"description": "Implement suggestions from Github Copilot directly in your editor.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class CopilotPlugin extends Plugin {
copilotAgent: CopilotAgent;
private cmExtensionManager: ExtensionManager;
private eventManager: EventManager;
version = "1.0.5";
version = "1.0.6";

async onload() {
this.settingsTab = new CopilotPluginSettingTab(this.app, this);
Expand Down

0 comments on commit d04fd33

Please sign in to comment.