Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Verify version matches
run: |
WP_VERSION=$(grep -m 1 "Version: " wp-multisite-waas.php | awk -F' ' '{print $2}')
WP_VERSION=$(grep -m 1 "Version: " multisite-ultimate.php | awk -F' ' '{print $2}')
README_VERSION=$(grep -m 1 "Stable tag: " readme.txt | awk -F' ' '{print $3}')
PKG_VERSION=$(node -p "require('./package.json').version")

Expand Down
2 changes: 1 addition & 1 deletion multisite-ultimate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Arindo Duque and NextPress and the Multisite Ultimate Community
* @category Core
* @package WP_Ultimo
* @version 2.4.1
* @version 2.4.2
*/

// Exit if accessed directly
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "2.4.2",
"name": "multisite-ultimate",
"title": "Multisite Ultimate",
"homepage": "https://wpmultisitewaas.org/",
Expand Down
Loading