Skip to content

Commit 31fcee9

Browse files
committed
Release v2.3.1
1 parent b2c0d7d commit 31fcee9

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
@@ -542,8 +542,8 @@ npx @vscode/vsce publish
542542

543543
```bash
544544
git add .
545-
git commit -m "Release v2.3.0" # change version
546-
git tag v2.3.0 # change version
545+
git commit -m "Release v2.3.1" # change version
546+
git tag v2.3.1 # change version
547547
git push origin main --tags
548548
```
549549

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.0",
5+
"version": "2.3.1",
66
"publisher": "appsoftwareltd",
77
"license": "Elastic-2.0",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)