Skip to content

Commit

Permalink
version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrizziDerKek committed Sep 18, 2024
1 parent e701a17 commit bff0120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BSR_Client/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ public partial class MainWindow
{ EItem.Medicine, 3 },
{ EItem.Phone, 2 },
{ EItem.Adrenaline, 2 },
{ EItem.Magazine, 3 },
{ EItem.Magazine, 2 },
{ EItem.Gunpowder, 2 },
{ EItem.Bullet, 0 },
{ EItem.Bullet, 1 },
{ EItem.Trashbin, 1 },
{ EItem.Heroine, 1 },
{ EItem.Katana, 1 },
Expand Down
4 changes: 2 additions & 2 deletions BSR_Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.2")]
[assembly: AssemblyFileVersion("1.6.2")]
[assembly: AssemblyVersion("1.6.3")]
[assembly: AssemblyFileVersion("1.6.3")]

0 comments on commit bff0120

Please sign in to comment.