Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit c8aea10

Browse files
committed
Bump to v0.3.1
1 parent 968cdfa commit c8aea10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Plugin Name: Code Syntax Block
44
Plugin URI: https://github.com/mkaz/code-syntax-block
55
Description: A Gutenberg code block with syntax highlighting
6+
Version: 0.3.1
67
Author: Marcus Kazmierczak
78
Author URI: https://mkaz.blog/
89
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkaz-code-syntax",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "GPL-2.0-or-later",
55
"main": "code-syntax.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)