Skip to content

Commit 20f13ba

Browse files
chore: bump to 0.5.4
1 parent 0d6d95c commit 20f13ba

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

desktop-mode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Desktop Mode
44
* Plugin URI: https://github.com/WordPress/desktop-mode
55
* Description: Renders the WordPress admin as a desktop OS. Admin screens become draggable, resizable, minimizable windows floating on a desktop with a dock. Purely opt-in per user.
6-
* Version: 0.5.3
6+
* Version: 0.5.4
77
* Requires at least: 6.0
88
* Requires PHP: 7.4
99
* Author: Daniel López Sánchez
@@ -17,7 +17,7 @@
1717

1818
defined( 'ABSPATH' ) || exit;
1919

20-
define( 'DESKTOP_MODE_VERSION', '0.5.3' );
20+
define( 'DESKTOP_MODE_VERSION', '0.5.4' );
2121
define( 'DESKTOP_MODE_FILE', __FILE__ );
2222
define( 'DESKTOP_MODE_DIR', plugin_dir_path( __FILE__ ) );
2323
define( 'DESKTOP_MODE_URL', plugin_dir_url( __FILE__ ) );

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": "wp-desktop-mode",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"type": "module",
66
"description": "WordPress admin as a desktop OS — draggable, resizable windows on a desktop with a dock.",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: desktop, admin, ui, productivity, ai
44
Requires at least: 6.0
55
Tested up to: 6.9
66
Requires PHP: 7.4
7-
Stable tag: 0.5.3
7+
Stable tag: 0.5.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)