Skip to content

Commit 421bb3a

Browse files
committed
Release v2.3.3
1 parent 3616a09 commit 421bb3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ npx @vscode/vsce publish
544544
```bash
545545
cd ..
546546
git add .
547-
git commit -m "Release v2.3.2" # change version
548-
git tag v2.3.2 # change version
547+
git commit -m "Release v2.3.3" # change version
548+
git tag v2.3.3 # change version
549549
git push origin main --tags
550550
```
551551

vs-code-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "as-notes",
33
"displayName": "AS Notes - Personal Knowledge Management System (PKMS)",
44
"description": "VS Code Personal Knowledge Management System (PKMS) - Markdown Editing, Wikilinks (inc. Nested), Tasks, Kanban, Files, Publish to HTML, Daily Journal, Encrypted Notes",
5-
"version": "2.3.2",
5+
"version": "2.3.3",
66
"publisher": "appsoftwareltd",
77
"license": "Elastic-2.0",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)