Skip to content

Commit

Permalink
chore(release): v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Sep 23, 2024
1 parent ad30b22 commit ce29dd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "any-block",
"name": "AnyBlock",
"version": "3.1.2",
"version": "3.1.4",
"minAppVersion": "0.15.0",
"description": "You can flexibility to create a 'Block' by some means. It also provides some useful features, like `list to table`. ",
"author": "LincZero",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-any-block",
"version": "3.1.0",
"version": "3.1.4",
"description": "You can flexibility to create a 'Block' by some means.",
"author": "LincZero",
"authorUrl": "https://github.com/LincZero",
Expand Down
2 changes: 1 addition & 1 deletion src/ABConverter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "any-block-converter",
"version": "3.1.0",
"version": "3.1.4",
"description": "```typescript\r import { ABConvertManager } from \"ABConvertManager\"",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm run build
### 发布到社区 - 手动

1. 打包产物更新到Release里
2. 记得检查更新 manifest.json 和 package.json 里的版本号
2. 记得检查更新 manifest.json 和 package.json 里的版本号 (最好是在项目搜索 `"version": "3.1."` 然后修改,面得漏改了)
(发布才改,并需要保证github release有东西了。平时别乱改,ob社区仓库好像会自动发现你改了然后就更新过去)
3. 更新到GitHub,代码推送更新
4. 不再需要去Obsidian社区那个仓库里更新他的那个json里的版本号 (你manifest.json修改了他那边会自动更新)
Expand Down

0 comments on commit ce29dd5

Please sign in to comment.