diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d690b6..1638620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: run: | cd $GITHUB_WORKSPACE cd $PACKAGE_PATH - echo ${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }} >> ./keys/keeweb-plugin-sign.pem.key + echo "${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }}" > ./keys/keeweb-plugin-sign.pem.key pnpm build rm ./keys/keeweb-plugin-sign.pem.key diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 374a27d..1056fb0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ permissions: env: PACKAGE_NAME: keepass - PACKAGE_VERSION: 0.1.2 + PACKAGE_VERSION: 0.1.3 jobs: release-please: diff --git a/package.json b/package.json index 90ca5be..7b76340 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keepass", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "dev": "vite", diff --git a/public/keeweb/plugins/siyuan/manifest.json b/public/keeweb/plugins/siyuan/manifest.json index ff63f9d..781c6cb 100644 --- a/public/keeweb/plugins/siyuan/manifest.json +++ b/public/keeweb/plugins/siyuan/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.2", + "version": "0.1.3", "manifestVersion": "0.1.0", "name": "siyuan", "description": "Establish a connection between KeeWeb and SiYuan", diff --git a/public/plugin.json b/public/plugin.json index 8c78b2c..d93f531 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -2,7 +2,7 @@ "name": "keepass", "author": "Zuoqiu Yingyi", "url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "2.10.3", "backends": [ "all"