Skip to content

Commit 80d8c64

Browse files
Clean up and bump version number
1 parent de66b5b commit 80d8c64

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

TeconMoon's WiiVC Injector/Form1.Designer.cs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TeconMoon's WiiVC Injector/Form1.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,9 +1818,7 @@ private void TheBigOneTM_Click(object sender, EventArgs e)
18181818
{
18191819
BuildStatus.Text = "Saving files from Nintendo for future use...";
18201820
BuildStatus.Refresh();
1821-
//Directory.CreateDirectory(JNUSToolDownloads + "Rhythm Heaven Fever [VAKE01]");
1822-
//Directory.CreateDirectory(JNUSToolDownloads + "0005001010004000");
1823-
//Directory.CreateDirectory(JNUSToolDownloads + "0005001010004001");
1821+
18241822
if (Directory.Exists("Rhythm Heaven Fever [VAKE01]"))
18251823
{
18261824
FileSystem.CopyDirectory("Rhythm Heaven Fever [VAKE01]", JNUSToolDownloads + "Rhythm Heaven Fever [VAKE01]", true);

TeconMoon's WiiVC Injector/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.0.7.0")]
36-
[assembly: AssemblyFileVersion("3.0.7.0")]
35+
[assembly: AssemblyVersion("3.0.8.0")]
36+
[assembly: AssemblyFileVersion("3.0.8.0")]

0 commit comments

Comments
 (0)