Skip to content

Commit

Permalink
upgrade vscode extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Apr 23, 2024
1 parent 97dd566 commit 2166373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode-extension/client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { downloadFile } from './util';
let client: LanguageClient;

const extId = "moxide"
const versionTag = "v0.0.20"
const versionTag = "v0.0.21"

const releaseBaseUrl = "https://github.com/Feel-ix-343/markdown-oxide/releases/download"
export async function activate(context: ExtensionContext) {
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Markdown Oxide",
"description": "Let's record your consciousness! Bring your own text editor! Implemented as a language server compatible with any text editor, Markdown-Oxide is attempting to be the best PKM system for software enthusiasts",
"author": "Felix Zeller",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/Feel-ix-343/markdown-oxide"
Expand Down

0 comments on commit 2166373

Please sign in to comment.