Skip to content

Commit

Permalink
Changed version number to v1.5.1 for vlc bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
primetime43 committed Dec 9, 2022
1 parent 651e006 commit cccec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion X-IPTV/UserLogin.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial class UserLogin : Window
public UserLogin()
{
InitializeComponent();
this.Title = "User Login v1.5";
this.Title = "User Login v1.5.1";
assemblyFolder = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
saveDir = assemblyFolder + @"\Users\";
loadUsersFromDirectory();
Expand Down

0 comments on commit cccec21

Please sign in to comment.