Skip to content

Commit

Permalink
Release 4.72
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Feb 9, 2019
1 parent 91f5c04 commit ccb168d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/PlayniteUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
Expand Down Expand Up @@ -51,4 +51,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.71.0.*")]
[assembly: AssemblyVersion("4.72.0.*")]
25 changes: 25 additions & 0 deletions web/update/4.72.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html lang="en">
<head>
<style type="text/css">
body {
font-family: Trebuchet MS;
font-size: 12;
color: #f2f2f2;
margin: 0px;
padding: 0px;
}

ul {
margin-top: 0px;
margin-bottom: 0px;
}

</style>
</head>
<body>
Fixed:<br><br>
<ul>
<li>* Wrong error message is shown if old itch.io client is installed</li> <li>* Unreal Engine installations being imported by Epic library plugin</li> <li>* Import of large installed itch.io games fails</li> <li>* Import of itch.io library fails</li> <li>* Apex Legends not starting properly</li>
</ul>
</body>
</html>

0 comments on commit ccb168d

Please sign in to comment.