From b5ff8c4e3f497920a297020720eec0013dd0177a Mon Sep 17 00:00:00 2001 From: Tim Wibiral <46483257+twibiral@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:26:38 +0100 Subject: [PATCH] chore: update version number --- CHANGELOG.md | 2 +- manifest.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9c1ba..fd8a4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -## [Unreleased] +## [1.6.2] ### Added diff --git a/manifest.json b/manifest.json index 0314263..d0b298f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "execute-code", "name": "Execute Code", - "version": "1.6.1", + "version": "1.6.2", "minAppVersion": "0.12.0", "description": "Allows to execute code snippets within a note. Supported programming languages: C, CPP, Dart, Golang, Groovy, Kotlin, Java, JavaScript, TypeScript, Lean, Lua, CSharp, Prolog, Rust, Python, R, Ruby, Wolfram Mathematica, Haskell, Scala, Racket, F#, Batch, Shell & Powershell.", "author": "twibiral", "authorUrl": "https://www.github.com/twibiral", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fc78781..e1568b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "execute-code", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2857bcc..35ea7d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "execute-code", - "version": "1.6.1", + "version": "1.6.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 2868383..3f9b9b1 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "1.4.0": "0.12.0", "1.5.0": "0.12.0", "1.6.0": "0.12.0", - "1.6.1": "0.12.0" + "1.6.1": "0.12.0", + "1.6.2": "0.12.0" } \ No newline at end of file