Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglev committed Aug 3, 2021
1 parent dee36f5 commit 220ab01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-paste-to-current-indentation",
"name": "Paste to Current Indentation",
"version": "1.0.0",
"minAppVersion": "0.12.10",
"description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.",
"author": "Jacob Levernier",
"authorUrl": "https://https://github.com/publicus/obsidian-paste-to-current-indentation",
"isDesktopOnly": false
"id": "obsidian-paste-to-current-indentation",
"name": "Paste to Current Indentation",
"version": "1.1.0",
"minAppVersion": "0.12.10",
"description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.",
"author": "Jacob Levernier",
"authorUrl": "https://https://github.com/publicus/obsidian-paste-to-current-indentation",
"isDesktopOnly": false
}
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": "1.0.0",
"version": "1.1.0",
"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
@@ -1,3 +1,4 @@
{
"1.0.0": "0.12.10"
"1.1.0": "0.12.10",
"1.0.0": "0.12.10"
}

0 comments on commit 220ab01

Please sign in to comment.