Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroDriven committed Mar 1, 2023
1 parent 9a44fc3 commit f2c4c2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions Controls/Image_Packs/Image_Packs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private async void dataGridView1_CellContentClick(object sender, DataGridViewCel
else
{
//Current Directory Selected
Current_Dir = Directory.GetCurrentDirectory();
if (await packs[e.RowIndex].Install(Current_Dir))
{
Message_Box form = new Message_Box();
Expand Down
16 changes: 8 additions & 8 deletions Forms/Main/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Forms/Main/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Pocket_Updater
{
public partial class Form1 : Form
{
private const string VERSION = "1.5.4";
private const string VERSION = "1.5.5";
private const string API_URL = "https://api.github.com/repos/RetroDriven/Pocket_Updater/releases";
private const string RELEASE_URL = "https://github.com/RetroDriven/Pocket_Updater/releases/latest";

Expand Down
2 changes: 1 addition & 1 deletion Pocket_Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>1.5.4</Version>
<Version>1.5.5</Version>
<RootNamespace>Pocket_Updater</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit f2c4c2d

Please sign in to comment.