From 617bb370dc2b2c1e222b5059cc4f767d14438c3a Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 24 May 2022 15:13:42 +0800 Subject: [PATCH] FIxed BRAT download --- README.md | 5 ++++- manifest.json | 2 +- package.json | 2 +- release.sh | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100755 release.sh diff --git a/README.md b/README.md index db4b5eb..8dc9249 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ https://www.notion.so/myworkspace/a8aec43384f447ed84390e8e42c2e089?v=... # 感谢 [开发流程 | Obsidian 插件开发文档](https://luhaifeng666.github.io/obsidian-plugin-docs-zh/zh/getting-started/development-workflow.html) + [GitHub - devbean/obsidian-wordpress: An obsidian plugin for publishing docs to WordPress.](https://github.com/devbean/obsidian-wordpress) + [GitHub - obsidianmd/obsidian-api](https://github.com/obsidianmd/obsidian-api) -[GitHub - zhaohongxuan/obsidian-weread-plugin: Obsidian Weread Plugin is an plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.](https://github.com/zhaohongxuan/obsidian-weread-plugin) \ No newline at end of file + +[GitHub - zhaohongxuan/obsidian-weread-plugin: Obsidian Weread Plugin is an plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.](https://github.com/zhaohongxuan/obsidian-weread-plugin) diff --git a/manifest.json b/manifest.json index 76ec27b..64d3ddf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-to-notion", "name": "Obsidian shared to Notion", - "version": "0.3.0", + "version": "0.3.4", "minAppVersion": "0.0.1", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", "author": "Easychris", diff --git a/package.json b/package.json index 559af1e..ee94795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-to-notion", - "version": "0.3.0", + "version": "0.3.4", "type": "module", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", "main": "main.js", diff --git a/release.sh b/release.sh new file mode 100755 index 0000000..17e5365 --- /dev/null +++ b/release.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git tag -a $1 -m $1 +git push origin $1 \ No newline at end of file