Skip to content

Commit 82787b1

Browse files
committed
Update
1 parent 97037d8 commit 82787b1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -e
1212
#
1313
########################################################
1414

15-
SCRIPT_VERSION="v1.0"
15+
SCRIPT_VERSION="v1.1"
1616

1717

1818
print_brake() {

themes/version1.x/Dracula/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.9"
18+
SCRIPT_VERSION="v1.1"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -105,7 +105,7 @@ print_brake 57
105105
echo
106106
sleep 2
107107
DIR="$PTERO/config/app.php"
108-
VERSION="1.6.6"
108+
VERSION="1.7.0"
109109
if [ -f "$DIR" ]; then
110110
CODE=$(cat "$DIR" | grep -n ^ | grep ^12: | cut -d: -f2 | cut -c18-23 | sed "s/'//g")
111111
if [ "$VERSION" == "$CODE" ]; then

themes/version1.x/Enola/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.9"
18+
SCRIPT_VERSION="v1.1"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -105,7 +105,7 @@ print_brake 57
105105
echo
106106
sleep 2
107107
DIR="$PTERO/config/app.php"
108-
VERSION="1.6.6"
108+
VERSION="1.7.0"
109109
if [ -f "$DIR" ]; then
110110
CODE=$(cat "$DIR" | grep -n ^ | grep ^12: | cut -d: -f2 | cut -c18-23 | sed "s/'//g")
111111
if [ "$VERSION" == "$CODE" ]; then

themes/version1.x/FlancoTheme/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.9"
18+
SCRIPT_VERSION="v1.1"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -105,7 +105,7 @@ print_brake 57
105105
echo
106106
sleep 2
107107
DIR="$PTERO/config/app.php"
108-
VERSION="1.6.6"
108+
VERSION="1.7.0"
109109
if [ -f "$DIR" ]; then
110110
CODE=$(cat "$DIR" | grep -n ^ | grep ^12: | cut -d: -f2 | cut -c18-23 | sed "s/'//g")
111111
if [ "$VERSION" == "$CODE" ]; then

themes/version1.x/Twilight/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v0.9"
18+
SCRIPT_VERSION="v1.1"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -105,7 +105,7 @@ print_brake 57
105105
echo
106106
sleep 2
107107
DIR="$PTERO/config/app.php"
108-
VERSION="1.6.6"
108+
VERSION="1.7.0"
109109
if [ -f "$DIR" ]; then
110110
CODE=$(cat "$DIR" | grep -n ^ | grep ^12: | cut -d: -f2 | cut -c18-23 | sed "s/'//g")
111111
if [ "$VERSION" == "$CODE" ]; then

themes/version1.x/ZingTheme/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
#### Fixed Variables ####
1717

18-
SCRIPT_VERSION="v1.0"
18+
SCRIPT_VERSION="v1.1"
1919
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
2020

2121

@@ -111,7 +111,7 @@ print_brake 57
111111
echo
112112
sleep 2
113113
DIR="$PTERO/config/app.php"
114-
VERSION="1.6.6"
114+
VERSION="1.7.0"
115115
if [ -f "$DIR" ]; then
116116
CODE=$(cat "$DIR" | grep -n ^ | grep ^12: | cut -d: -f2 | cut -c18-23 | sed "s/'//g")
117117
if [ "$VERSION" == "$CODE" ]; then

0 commit comments

Comments
 (0)