Skip to content

Commit

Permalink
Version bump 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriethefish committed Jul 11, 2021
1 parent 4af4ae6 commit 4270444
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion QuestPatcher.Core/QuestPatcher.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.TextWriter" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.TextWriter" Version="" />
<PackageReference Include="SharpZipLib" Version="1.3.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion QuestPatcher/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
x:Class="QuestPatcher.Views.MainWindow"
WindowStartupLocation="CenterScreen"
Icon="/Assets/questpatcher-logo.ico"
Title="QuestPatcher v2.2.0"
Title="QuestPatcher v2.2.1"
Background="{x:Null}"
Foreground="{StaticResource SystemBaseHighColor}"
ExtendClientAreaToDecorationsHint="true"
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "QuestPatcher"
#define MyAppVersion "2.2.0"
#define MyAppVersion "2.2.1"
#define MyAppPublisher "Lauriethefish#6700"
#define MyAppURL "https://github.com/Lauriethefish/QuestPatcher"
#define MyAppExeName "QuestPatcher.exe"
Expand Down
4 changes: 2 additions & 2 deletions macos-dmg/dmg-root/QuestPatcher.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<key>NSHighResolutionCapable</key>
<true />
<key>CFBundleVersion</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>CFBundleIconFile</key>
<string>iconfile</string>
</dict>
Expand Down

1 comment on commit 4270444

@crazycoach2011
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shit

Please sign in to comment.