Skip to content

Commit

Permalink
✨ feat: Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflyt committed Nov 19, 2024
1 parent f46a038 commit fcc1654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.1~dev",
"version": "0.3.1",
"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.3.1~dev";
export const VERSION = "0.3.1";

/**
* Copilot plugin directory.
Expand Down

0 comments on commit fcc1654

Please sign in to comment.