mirror of
https://github.com/ozavodny/obsidian-copy-inline-code-plugin.git
synced 2026-07-22 08:10:25 +00:00
chore: version bump 1.2.0
This commit is contained in:
parent
4a25827761
commit
81cdf7a8e1
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue