Skip to content

Commit

Permalink
chore(keepass): release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Oct 22, 2023
1 parent b2cf34c commit f0b9af8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
PACKAGE_NAME: keepass
PACKAGE_VERSION: 0.1.3
PACKAGE_VERSION: 0.1.4

jobs:
release-please:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keepass",
"private": true,
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion public/keeweb/plugins/siyuan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3",
"version": "0.1.4",
"manifestVersion": "0.1.0",
"name": "siyuan",
"description": "Establish a connection between KeeWeb and SiYuan",
Expand Down
2 changes: 1 addition & 1 deletion public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "keepass",
"author": "Zuoqiu Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass",
"version": "0.1.3",
"version": "0.1.4",
"minAppVersion": "2.10.3",
"backends": [
"all"
Expand Down

0 comments on commit f0b9af8

Please sign in to comment.