Skip to content

Commit

Permalink
Up 6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jul 30, 2023
1 parent b69c581 commit aad1b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Handler/HotkeyHandler.cs
Expand Up @@ -177,4 +177,4 @@ private enum KeyModifiers
NoRepeat = 0x4000
}
}
}
}
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Views/AddServerWindow.xaml.cs
Expand Up @@ -306,4 +306,4 @@ private void btnCancel_Click(object sender, RoutedEventArgs e)
this.Close();
}
}
}
}
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/v2rayN.csproj
Expand Up @@ -10,7 +10,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>v2rayN.ico</ApplicationIcon>
<Copyright>Copyright © 2017-2023 (GPLv3)</Copyright>
<FileVersion>6.27</FileVersion>
<FileVersion>6.28</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit aad1b08

Please sign in to comment.