Skip to content

Commit

Permalink
build(release): v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Sep 25, 2024
1 parent a3a3af5 commit b63a181
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.4",
"version": "3.1.5",
"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.4",
"version": "3.1.5",
"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.4",
"version": "3.1.5",
"description": "```typescript\r import { ABConvertManager } from \"ABConvertManager\"",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b63a181

Please sign in to comment.