Skip to content

Commit 6498fad

Browse files
committed
update latest
1 parent 1d36a34 commit 6498fad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/v3.0.1.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v3.0.1</a>
26+
<a href='http://github.com/mintyphp/mintyphp/archive/v3.0.2.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v3.0.2</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-3.0.1.zip
34-
cd mintyphp-3.0.1
33+
unzip mintyphp-3.0.2.zip
34+
cd mintyphp-3.0.2
3535
bash start.sh
3636
```
3737

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.2

0 commit comments

Comments
 (0)