Update to 1.6.1

This commit is contained in:
Patrick Griffis 2018-05-30 09:55:19 -04:00
parent 92d860abf4
commit faebe4744d
2 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,11 @@
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot> <screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="1.6.1" date="2018-05-30">
<description>
<p>Fix various crashes</p>
</description>
</release>
<release version="1.6" date="2018-05-26"> <release version="1.6" date="2018-05-26">
<description> <description>
<ul> <ul>

View file

@ -57,7 +57,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/hrydgard/ppsspp.git", "url": "https://github.com/hrydgard/ppsspp.git",
"tag": "v1.6", "tag": "v1.6.1",
"disable-shallow-clone": true "disable-shallow-clone": true
}, },
{ {