Skip to content

Commit

Permalink
bump version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Jan 30, 2023
1 parent 6a40d76 commit fca0b27
Show file tree
Hide file tree
Showing 3 changed files with 4 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": "obsidian-paste-image-rename",
"name": "Paste image rename",
"version": "1.6.0",
"version": "1.6.1",
"minAppVersion": "0.12.0",
"description": "Rename pasted images and all the other attchments added to the vault",
"author": "Reorx",
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-paste-image-rename",
"version": "1.6.0",
"version": "1.6.1",
"main": "main.js",
"scripts": {
"start": "node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.5.0": "0.12.0",
"1.5.1": "0.12.0",
"1.5.2": "0.12.0",
"1.6.0": "0.12.0"
"1.6.0": "0.12.0",
"1.6.1": "0.12.0"
}

0 comments on commit fca0b27

Please sign in to comment.