Skip to content

Commit

Permalink
Updated TWx version to 1.0a.
Browse files Browse the repository at this point in the history
  • Loading branch information
HolySkyMin committed Aug 5, 2017
1 parent a073495 commit 071e141
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 52 deletions.
121 changes: 71 additions & 50 deletions TWx Creator/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 TWx Creator/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private void SaveFileBtn_Click(object sender, EventArgs e)

private void ProgramInfoBtn_Click(object sender, EventArgs e)
{
MessageBox.Show("TWx Creator 0.1.1 with TWx 1.0 and TWxScript 0.1" + Environment.NewLine + Environment.NewLine + "Check the update and new information via Twitter '@Tempest_Wave'.", "Program Info");
MessageBox.Show("TWx Creator 0.1.2 with TWx 1.0a and TWxScript 0.1" + Environment.NewLine + Environment.NewLine + "Check the update and new information via Twitter '@Tempest_Wave'.", "Program Info");
}

private void CompileBtn_Click(object sender, EventArgs e)
Expand Down
3 changes: 2 additions & 1 deletion TWx Creator/Note.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ namespace TWx_Creator
{
public class NoteData
{
public string version { get; }
public Note[] notes { get; set; }

public NoteData()
{

version = "1.0";
}
}

Expand Down

0 comments on commit 071e141

Please sign in to comment.