Skip to content

Commit a075671

Browse files
committed
1 parent 1befae8 commit a075671

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ Just drag & drop files, webpages to set as wallpaper..
109109

110110
**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
111111
## Download
112-
##### Latest version: v1.7.0.0 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.7.0.0)
112+
##### Latest version: v1.7.0.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.7.0.2)
113113
- [`Installer`][direct-full-win32]
114114

115-
SHA256: a4fa1c2d2a61230af81a5633f06b77896ec3449d5c4b50cef41ad16d6746e21c
115+
SHA256: ed86b09beaafe06e18095f617cee920af61fd5220f256c6866b254bb1db10d3a
116116

117-
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.7.0.0/lively_setup_x86_full_v1700.exe
117+
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.7.0.2/lively_setup_x86_full_v1702.exe
118118

119119
Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9)
120120

src/installer/Script.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; https://jrsoftware.org/isinfo.php
33

44
#define MyAppName "Lively Wallpaper"
5-
#define MyAppVersion "1.7.0.0"
5+
#define MyAppVersion "1.7.0.2"
66
#define MyAppPublisher "rocksdanister"
77
#define MyAppURL "https://github.com/rocksdanister/lively"
88
#define MyAppExeName "livelywpf.exe"

src/livelywpf/livelywpf/livelywpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="RawInput.Sharp" Version="0.0.4" />
4343
<PackageReference Include="Sentinel.NLogViewer" Version="1.3.3" />
4444
<PackageReference Include="SharpZipLib" Version="1.3.2" />
45-
<PackageReference Include="YoutubeExplode" Version="6.0.3" />
45+
<PackageReference Include="YoutubeExplode" Version="6.0.4" />
4646
</ItemGroup>
4747

4848
<ItemGroup>

0 commit comments

Comments
 (0)