Skip to content

Commit

Permalink
Bump 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jun 22, 2020
1 parent 858dded commit 99510a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Extending the Code block with syntax highlighting rendered on the server, thus b
**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)
**Requires at least:** 5.2
**Tested up to:** 5.4
**Stable tag:** 1.2.0
**Stable tag:** 1.2.1
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
**Requires PHP:** 5.6

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: westonruter, allejo
Tags: block, code, code syntax, syntax highlight, code highlighting
Requires at least: 5.2
Tested up to: 5.4
Stable tag: 1.2.0
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.6
Expand Down
4 changes: 2 additions & 2 deletions syntax-highlighting-code-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Syntax-highlighting Code Block (with Server-side Rendering)
* Plugin URI: https://github.com/westonruter/syntax-highlighting-code-block
* Description: Extending the Code block with syntax highlighting rendered on the server, thus being AMP-compatible and having faster frontend performance.
* Version: 1.2.0
* Version: 1.2.1
* Author: Weston Ruter
* Author URI: https://weston.ruter.net/
* License: GPL2
Expand All @@ -22,7 +22,7 @@
use WP_Customize_Manager;
use WP_Styles;

const PLUGIN_VERSION = '1.2.0';
const PLUGIN_VERSION = '1.2.1';

const BLOCK_NAME = 'core/code';

Expand Down

0 comments on commit 99510a2

Please sign in to comment.