Skip to content

Commit 637f35a

Browse files
committed
Re-bump 1.2.1
1 parent c047e76 commit 637f35a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Extending the Code block with syntax highlighting rendered on the server, thus b
88
**Tags:** [block](https://wordpress.org/plugins/tags/block), [code](https://wordpress.org/plugins/tags/code), [code syntax](https://wordpress.org/plugins/tags/code-syntax), [syntax highlight](https://wordpress.org/plugins/tags/syntax-highlight), [code highlighting](https://wordpress.org/plugins/tags/code-highlighting)
99
**Requires at least:** 5.2
1010
**Tested up to:** 5.4
11-
**Stable tag:** 1.2.0
11+
**Stable tag:** 1.2.1
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313
**Requires PHP:** 5.6
1414

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: westonruter, allejo
33
Tags: block, code, code syntax, syntax highlight, code highlighting
44
Requires at least: 5.2
55
Tested up to: 5.4
6-
Stable tag: 1.2.0
6+
Stable tag: 1.2.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Requires PHP: 5.6

syntax-highlighting-code-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Syntax-highlighting Code Block (with Server-side Rendering)
44
* Plugin URI: https://github.com/westonruter/syntax-highlighting-code-block
55
* Description: Extending the Code block with syntax highlighting rendered on the server, thus being AMP-compatible and having faster frontend performance.
6-
* Version: 1.2.1-beta
6+
* Version: 1.2.1
77
* Author: Weston Ruter
88
* Author URI: https://weston.ruter.net/
99
* License: GPL2
@@ -22,7 +22,7 @@
2222
use WP_Customize_Manager;
2323
use WP_Styles;
2424

25-
const PLUGIN_VERSION = '1.2.1-beta';
25+
const PLUGIN_VERSION = '1.2.1';
2626

2727
const BLOCK_NAME = 'core/code';
2828

0 commit comments

Comments
 (0)