chore: version bump 1.1.2

This commit is contained in:
Ondřej Závodný 2023-09-26 13:44:58 +02:00 committed by GitHub
parent db8e64d549
commit d7632b0d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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": {