Skip to content

Commit

Permalink
release: v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Oct 18, 2024
1 parent 28bcabd commit dde7d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6",
"version": "3.1.7",
"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.6",
"version": "3.1.7",
"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.6",
"version": "3.1.7",
"description": "```typescript\r import { ABConvertManager } from \"ABConvertManager\"",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dde7d2f

Please sign in to comment.