Skip to content

Commit

Permalink
Merge pull request #3 from Zuoqiu-Yingyi/dev
Browse files Browse the repository at this point in the history
chore: release v0.1.1
  • Loading branch information
Zuoqiu-Yingyi authored Oct 21, 2023
2 parents b3503e2 + 1521276 commit cc0ccde
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
cd $PACKAGE_PATH
echo ${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }} >> ./keys/keeweb-plugin-sign-private-key.pem
pnpm build
rm ./keys/keeweb-plugin-sign-private-key.pem
# Deploy to publish branch
# REF https://github.com/marketplace/actions/github-pages
Expand Down
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.0
PACKAGE_VERSION: 0.1.1

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.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"minAppVersion": "2.10.3",
"backends": [
"all"
Expand Down

0 comments on commit cc0ccde

Please sign in to comment.