Skip to content

Commit 81cdf7a

Browse files
committed
chore: version bump 1.2.0
1 parent 4a25827 commit 81cdf7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "copy-inline-code",
33
"name": "Copy Inline Code",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Easily copy the contents of an inline code element with a single click.",
77
"author": "Ondrej Zavodny",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"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.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)