diff --git a/README.md b/README.md
index af7db360..15e9d0f4 100644
--- a/README.md
+++ b/README.md
@@ -107,17 +107,11 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages
**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
## Download
-##### Version: v2.0 (Windows 10 1809 or above)
+##### Microsoft Store (Windows 10 1809 or above)
-##### Version: v2.0.3.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.3.2)
-- [`Installer`][direct-full-win32]
-
-SHA256: 19286d360fd6197cf4eea6130a93eb28de30a266d58b0f94c4a55662f00732a2
-
-
-[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.3.2/lively_setup_x86_full_v2032.exe
+##### [Installer (Windows 10 1903 or above)](https://github.com/rocksdanister/lively/releases/latest)
Installer may give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9)
diff --git a/src/Lively/Lively/Lively.csproj b/src/Lively/Lively/Lively.csproj
index f6d5da1b..e03ea771 100644
--- a/src/Lively/Lively/Lively.csproj
+++ b/src/Lively/Lively/Lively.csproj
@@ -7,7 +7,7 @@
appicon.ico
app.manifest
- 2.0.3.7
+ 2.0.4.0
diff --git a/src/installer/Script.iss b/src/installer/Script.iss
index 4f2fdb02..fa78bef3 100644
--- a/src/installer/Script.iss
+++ b/src/installer/Script.iss
@@ -2,7 +2,7 @@
; https://jrsoftware.org/isinfo.php
#define MyAppName "Lively Wallpaper"
-#define MyAppVersion "2.0.3.2"
+#define MyAppVersion "2.0.4.0"
#define MyAppPublisher "rocksdanister"
#define MyAppURL "https://github.com/rocksdanister/lively"
#define MyAppExeName "Lively.exe"
@@ -77,7 +77,7 @@ Source: "VC\VC_redist.x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: "Release\Lively.exe"; DestDir: "{app}"; Flags: ignoreversion;
Source: "Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs;
-Source: "dotnetcore\windowsdesktop-runtime-6.0.8-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
+Source: "dotnetcore\windowsdesktop-runtime-6.0.9-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall
Source: "dotnetcore\netcorecheck.exe"; DestDir: {tmp}; Flags: deleteafterinstall
[Icons]
@@ -89,7 +89,7 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang
;skipifsilent
Filename: "{tmp}\VC_redist.x86.exe"; Parameters: /install /quiet /norestart; Check: VCRedistNeedsInstall and DependencyInstall; StatusMsg: Installing Visual C++ Redistributable...
;Filename: "{tmp}\WindowsAppRuntimeInstall_x86.exe"; Parameters: --quiet; Check: DependencyInstall; Flags: runhidden; StatusMsg: Installing Windows App SDK...
-Filename: "{tmp}\windowsdesktop-runtime-6.0.8-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.8') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.8...
+Filename: "{tmp}\windowsdesktop-runtime-6.0.9-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.9') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.9...
[Code]
var