chore: version bump 1.2.0

This commit is contained in:
Ondřej Závodný 2023-12-02 18:49:43 +01:00
parent 4a25827761
commit 81cdf7a8e1
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.2",
"version": "1.2.0",
"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.2",
"version": "1.2.0",
"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": {