Skip to content

Commit b8e9f7a

Browse files
committed
Updated to v1.6.7
1 parent 4baa9f0 commit b8e9f7a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/nsis/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!define PRODUCT_NAME "GenshinWoodmen"
2-
!define PRODUCT_VERSION "1.6.6.0"
2+
!define PRODUCT_VERSION "1.6.7.0"
33
!define PRODUCT_PUBLISHER "GenshinMatrix"
44
!define PRODUCT_WEB_SITE "https://github.com/genshin-matrix"
55
!define PRODUCT_LEGAL "Licensed under MIT"

src/GenshinWoodmen/GenshinWoodmen.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<ApplicationIcon>Resources\favicon.ico</ApplicationIcon>
1111
<ApplicationManifest>app.manifest</ApplicationManifest>
1212
<Platforms>x64</Platforms>
13-
<AssemblyVersion>1.6.6</AssemblyVersion>
14-
<FileVersion>1.6.6</FileVersion>
15-
<Version>$(VersionPrefix)1.6.6</Version>
13+
<AssemblyVersion>1.6.7</AssemblyVersion>
14+
<FileVersion>1.6.7</FileVersion>
15+
<Version>$(VersionPrefix)1.6.7</Version>
1616
<Authors>GenshinMatrix</Authors>
1717
<Company>GenshinMatrix</Company>
1818
</PropertyGroup>
@@ -71,7 +71,7 @@
7171
<PackageReference Include="System.Management" Version="6.0.0" />
7272
<PackageReference Include="YamlDotNet" Version="12.0.2" />
7373
<PackageReference Include="SharpVectors" Version="1.8.0" />
74-
<PackageReference Include="MicaWPF" Version="4.8.0" />
74+
<PackageReference Include="MicaWPF" Version="4.8.2" />
7575
</ItemGroup>
7676

7777
<ItemGroup>

src/GenshinWoodmenSetup/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="c17bc862-e10e-4618-b717-e47dd2bf65c8"
1111
Publisher="CN=ema"
12-
Version="1.6.6.0" />
12+
Version="1.6.7.0" />
1313

1414
<Properties>
1515
<DisplayName>GenshinWoodmen</DisplayName>

0 commit comments

Comments
 (0)