diff --git a/README.md b/README.md index fde0fe2..765a51c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![Obsideck social preview image](https://res.cloudinary.com/j4ckofalltrades/image/upload/v1697278937/foss/gh-social-icons/obsideck_xuow53.png) ![GitHub package.json version](https://img.shields.io/github/package-json/v/j4ckofalltrades/obsideck) +![License](https://img.shields.io/github/license/j4ckofalltrades/obsideck) A Stream Deck plugin that runs commands in Obsidian. diff --git a/package.json b/package.json index 42d81d0..1c12312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsideck", - "version": "1.1.0", + "version": "1.1.2", "description": "A Stream Deck plugin that runs commands in Obsidian", "scripts": { "lint": "eslint --cache src",