Skip to content

Commit 53d2d72

Browse files
committed
Release v2.0.6.1
Fixes #1579
1 parent 063bb00 commit 53d2d72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Lively/Lively/Lively.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<StartupObject></StartupObject>
88
<ApplicationIcon>appicon.ico</ApplicationIcon>
99
<ApplicationManifest>app.manifest</ApplicationManifest>
10-
<AssemblyVersion>2.0.6.0</AssemblyVersion>
10+
<AssemblyVersion>2.0.6.1</AssemblyVersion>
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

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 "2.0.5.0"
5+
#define MyAppVersion "2.0.6.1"
66
#define MyAppPublisher "rocksdanister"
77
#define MyAppURL "https://github.com/rocksdanister/lively"
88
#define MyAppExeName "Lively.exe"

0 commit comments

Comments
 (0)