Browse Source

Small adaptations after manual merge with v. 1.7.0

asmcc 3 years ago
parent
commit
7d6ce32b80
3 changed files with 3 additions and 3 deletions
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh
  3. 1 1
      package.json

+ 1 - 1
install/hst-install-debian.sh

@@ -35,7 +35,7 @@ VERBOSE='no'
 HESTIA_INSTALL_VER='1.8.0~alpha'
 HESTIA_INSTALL_VER='1.8.0~alpha'
 # Dependencies
 # Dependencies
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
-fpm_v="8.0"
+fpm_v="8.1"
 mariadb_v="10.11"
 mariadb_v="10.11"
 
 
 software="nginx apache2 apache2-utils apache2-suexec-custom
 software="nginx apache2 apache2-utils apache2-suexec-custom

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -35,7 +35,7 @@ VERBOSE='no'
 HESTIA_INSTALL_VER='1.8.0~alpha'
 HESTIA_INSTALL_VER='1.8.0~alpha'
 # Dependencies
 # Dependencies
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
-fpm_v="8.0"
+fpm_v="8.1"
 mariadb_v="10.11"
 mariadb_v="10.11"
 
 
 # Defining software pack for all distros
 # Defining software pack for all distros

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
 	"name": "hestia",
 	"name": "hestia",
 	"private": true,
 	"private": true,
-	"version": "1.8.0-alpha",
+	"version": "1.8.0~alpha",
 	"description": "An open-source Linux web server control panel.",
 	"description": "An open-source Linux web server control panel.",
 	"repository": "https://github.com/hestiacp/hestiacp",
 	"repository": "https://github.com/hestiacp/hestiacp",
 	"license": "GPL-3.0-or-later",
 	"license": "GPL-3.0-or-later",