Skip to content

Commit 3968896

Browse files
committed
Bump plugin version to 3.4.0-beta.2.
1 parent 362d4ef commit 3968896

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* License: GPL-2.0-or-later
99
* License URI: license.txt
1010
* Text Domain: code-snippets
11-
* Version: 3.4.0-beta.1
11+
* Version: 3.4.0-beta.2
1212
* Requires PHP: 7.0
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.4.0-beta.1
15+
* @version 3.4.0-beta.2
1616
* @package Code_Snippets
1717
* @author Shea Bunge <[email protected]>
1818
* @copyright 2012-2023 Code Snippets Pro
@@ -35,7 +35,7 @@
3535
*
3636
* @const string
3737
*/
38-
define( 'CODE_SNIPPETS_VERSION', '3.4.0-beta.1' );
38+
define( 'CODE_SNIPPETS_VERSION', '3.4.0-beta.2' );
3939

4040
/**
4141
* The full path to the main file of this plugin.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "3.4.0-beta.1",
3+
"version": "3.4.0-beta.2",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "https://wordpress.org/plugins/code-snippets",
66
"main": "gulpfile.babel.ts",

0 commit comments

Comments
 (0)