diff --git a/manifest.json b/manifest.json index 6f71c20..2788620 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copy-inline-code", "name": "Copy Inline Code", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.15.0", "description": "Easily copy the contents of an inline code element with a single click.", "author": "Ondrej Zavodny", diff --git a/package.json b/package.json index 21a626b..80e6fca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.1.1", + "version": "1.1.2", "description": "This is a plugin for Obsidian that adds an icon inside each inline code, which when clicked, copies the content of the code into the clipboard.", "main": "main.js", "scripts": {