Skip to content

Commit

Permalink
Update VERSION for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Jul 12, 2024
1 parent 1766e6f commit bd6e7f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WIND_PRESS
/**
* @var string
*/
public const VERSION = '0.0.1';
public const VERSION = '0.0.2';

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-scoped.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ unzip "php-scoper-wordpress-excludes-master.zip" -d "$DEPLOY_DIRECTORY/deploy"

# 2. scope it
note "Download php-scoper"
wget https://github.com/humbug/php-scoper/releases/download/0.18.14/php-scoper.phar -N --no-verbose
wget https://github.com/humbug/php-scoper/releases/download/0.18.11/php-scoper.phar -N --no-verbose

# Work around possible PHP memory limits
note "Running scoper to $RESULT_DIRECTORY"
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/Q5Q75XSF7
Tags: tailwind css, bricks builder, oxygen builder, breakdance builder
Requires at least: 6.0
Tested up to: 6.5
Stable tag: 0.0.1
Stable tag: 0.0.2
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
2 changes: 1 addition & 1 deletion windpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: WindPress
* Plugin URI: https://wind.press
* Description: The most effortless Tailwind CSS v4 integration for WordPress
* Version: 0.0.1
* Version: 0.0.2
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: WindPress
Expand Down

0 comments on commit bd6e7f6

Please sign in to comment.