diff --git a/source/PlayniteUI/Properties/AssemblyInfo.cs b/source/PlayniteUI/Properties/AssemblyInfo.cs
index 8bc47e15c..2f61057b1 100644
--- a/source/PlayniteUI/Properties/AssemblyInfo.cs
+++ b/source/PlayniteUI/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
// 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("0.80.0.0")]
-[assembly: AssemblyFileVersion("0.80.0.0")]
+[assembly: AssemblyVersion("0.90.0.0")]
+[assembly: AssemblyFileVersion("0.90.0.0")]
diff --git a/web/update/0.90.html b/web/update/0.90.html
new file mode 100644
index 000000000..1140f865d
--- /dev/null
+++ b/web/update/0.90.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+ - New: You can add games to special Favorite category
+ - New: Improved filtering options
+ - New: More game information is now shown when opening game details
+ - New: Added IGDB.com as metadata provider
+ - New: Jump list support
+ - New: Desktop shortcuts can be created for games
+ - New: Double click on cover starts the game
+ - Fix: Steam games not importing properly sometimes
+ - Fix: Diagnostics package takes too long to create
+
+
+
\ No newline at end of file
diff --git a/web/update/update.json b/web/update/update.json
index 00912a1d1..fbad6560a 100644
--- a/web/update/update.json
+++ b/web/update/update.json
@@ -1,9 +1,13 @@
{
"stable" : {
"version" : "0.80",
- "url" : "https://github.com/JosefNemec/Playnite/releases/download/0.80/PlayniteInstaller.exe",
+ "url" : "https://github.com/JosefNemec/Playnite/releases/download/0.90/PlayniteInstaller.exe",
"notesUrlRoot" : "http://playnite.link/update/",
"releases" : [
+ {
+ "version" : "0.90",
+ "file" : "0.90.html"
+ },
{
"version" : "0.80",
"file" : "0.80.html"