Skip to content

Commit 819728c

Browse files
committed
release: refactor version
1 parent 0bcbac0 commit 819728c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.1.0-beta.1
4+
5+
- Feat: Refactor for WPCS and best practices

onedesign.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
1111
* Text Domain: onedesign
1212
* Domain Path: /languages
13-
* Version: 1.0.0
13+
* Version: 1.1.0-beta.1
1414
* Requires PHP: 8.0
1515
* Requires at least: 6.8
1616
* Tested up to: 6.8.2
@@ -30,7 +30,7 @@ function constants(): void {
3030
/**
3131
* Version of the plugin.
3232
*/
33-
define( 'ONEDESIGN_VERSION', '1.0.0' );
33+
define( 'ONEDESIGN_VERSION', '1.1.0-beta.1' );
3434

3535
/**
3636
* Root path to the plugin directory.

0 commit comments

Comments
 (0)