Skip to content

Commit

Permalink
📃 docs(README): Update compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflyt committed Mar 19, 2024
1 parent bacb9f9 commit 80dfc66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ This plugin uses the LSP server extracted from Copilot.vim to provide suggestion
_\*Note: `/` means not tested._

| Typora Version | Windows 11 | Ubuntu 22.04 | macOS 14.2 |
| Typora Version | Windows 11 | Ubuntu 22.04 | macOS 14.x |
| -------------- | ---------- | ------------ | ---------- |
| 1.8.10 ||||
| 1.8.8 | / || / |
| 1.8.6 || / | / |
| 1.8.5 || / ||
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typora-copilot",
"version": "0.2.8-dev",
"version": "0.2.8",
"private": true,
"description": "GitHub Copilot plugin for Typora",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { setGlobalVar } from "./utils/tools";
/**
* Plugin version.
*/
export const VERSION = "0.2.8-dev";
export const VERSION = "0.2.8";

/**
* Copilot plugin directory.
Expand Down

0 comments on commit 80dfc66

Please sign in to comment.