Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
Updated setting name.
  • Loading branch information
jglev committed Apr 24, 2022
1 parent b6fd41b commit adc30cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
Platform,
Plugin,
PluginSettingTab,
TFile,
Setting,
} from "obsidian";

Expand Down Expand Up @@ -616,7 +615,7 @@ class SettingTab extends PluginSettingTab {
});

new Setting(containerEl)
.setName("base64-encoded file location")
.setName("Attachment folder path")
.setDesc(
`When saving files from the clipboard, place them in this folder.`
)
Expand Down
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-to-current-indentation",
"name": "Paste to Current Indentation",
"version": "3.0.0",
"version": "3.0.1",
"minAppVersion": "0.14.6",
"description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.",
"author": "Jacob Levernier",
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-to-current-indentation",
"version": "3.0.0",
"version": "3.0.1",
"description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"2.1.1": "0.13.9",
"2.2.0": "0.14.2",
"2.2.1": "0.14.2",
"3.0.0": "0.14.6"
"3.0.0": "0.14.6",
"3.0.1": "0.14.6"
}

0 comments on commit adc30cb

Please sign in to comment.