Skip to content

Commit

Permalink
Version bump from v1.2.1 to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsthompson committed Sep 14, 2023
1 parent eb7c091 commit a0deccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/addons/pvewhmcs/pvewhmcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function pvewhmcs_config() {
$configarray = array(
"name" => "Proxmox VE for WHMCS",
"description" => "Proxmox VE (Virtual Environment) & WHMCS, integrated & open-source! Provisioning & Management of VMs/CTs.".is_pvewhmcs_outdated(),
"version" => "1.2.1",
"version" => "1.2.2",
"author" => "The Network Crew Pty Ltd",
'language' => 'English'
);
Expand All @@ -18,7 +18,7 @@ function pvewhmcs_config() {

// VERSION: also stored in repo/version (for update-available checker)
function pvewhmcs_version(){
return "1.2.1";
return "1.2.2";
}

// WHMCS MODULE: ACTIVATION
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2

0 comments on commit a0deccc

Please sign in to comment.