Skip to content

Commit b6f8597

Browse files
committed
Merge branch 'master' of github.com:mintyphp/mintyphp.github.io
2 parents bb33219 + be3ff9e commit b6f8597

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

01-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
2323
You can download the latest version as a zip archive by clicking the button below.
2424

2525
<br>
26-
<a href='http://github.com/mintyphp/mintyphp/archive/v2.0.2.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v2.0.2</a>
26+
<a href='http://github.com/mintyphp/mintyphp/archive/v2.0.3.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v2.0.3</a>
2727
<br>
2828
<br>
2929

3030
Unzip the archive and run the start.sh script with the following command:
3131

3232
```
33-
unzip mintyphp-2.0.2.zip
34-
cd mintyphp-2.0.2
33+
unzip mintyphp-2.0.3.zip
34+
cd mintyphp-2.0.3
3535
bash start.sh
3636
```
3737

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=$(curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 10 'label-latest' | grep -o '"v[0-9]\+\.[0-9]\+\.[0-9]\+"')
2+
VERSION=$(curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 20 'label-latest' | grep -o '"v[0-9]\+\.[0-9]\+\.[0-9]\+"')
33
VERSION="${VERSION//\"}" # strip quote character
44
VERSION="${VERSION//v}" # strip v character
55
OLDVER=$(cat version.txt)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

0 commit comments

Comments
 (0)