From 753b1d0ce7288fe7a055081726573c246a41f3a1 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Mon, 12 Nov 2018 10:22:08 -0800 Subject: [PATCH] Bump to v0.6.0 --- index.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a5e5f88..b744ecd 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: Code Syntax Block * Plugin URI: https://github.com/mkaz/code-syntax-block * Description: A plugin to extend Gutenberg code block with syntax highlighting - * Version: 0.5.1 + * Version: 0.6.0 * Author: Marcus Kazmierczak * Author URI: https://mkaz.blog/ * License: GPL2 diff --git a/package.json b/package.json index 4038e8a..5396c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkaz-code-syntax", - "version": "0.5.1", + "version": "0.6.0", "license": "GPL-2.0-or-later", "main": "code-syntax.js", "devDependencies": {