Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jglev committed Apr 24, 2022
1 parent 4341fd9 commit f539f8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-paste-to-current-indentation",
"name": "Paste to Current Indentation",
"version": "2.3.0",
"minAppVersion": "0.14.2",
"version": "3.0.0",
"minAppVersion": "0.14.6",
"description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.",
"author": "Jacob Levernier",
"authorUrl": "https://github.com/jglev/obsidian-paste-to-current-indentation",
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": "2.3.0",
"version": "3.0.0",
"description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"2.1.1": "0.13.9",
"2.2.0": "0.14.2",
"2.2.1": "0.14.2",
"2.3.0": "0.14.2"
"3.0.0": "0.14.6"
}

0 comments on commit f539f8e

Please sign in to comment.