Skip to content

Commit

Permalink
Version Bump, I'm an idiot.
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwombat committed Apr 17, 2020
1 parent 20d8473 commit bc3656a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SetupScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "TalkerMaker Deluxe"
#define MyAppVersion "2.1.5"
#define MyAppVersion "2.1.6"
#define MyAppPublisher "Barky Seal Games"
#define MyAppURL "http://randallfitzgerald.net"
#define MyAppExeName "TalkerMakerDeluxe.exe"
Expand Down
2 changes: 1 addition & 1 deletion TalkerMakerDeluxe/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
</Button>
</StatusBarItem>
<StatusBarItem HorizontalAlignment="Right" Margin="0,0,16,0">
<TextBlock Text="v2.1.5" />
<TextBlock Text="v2.1.6" />
</StatusBarItem>
</StatusBar>
<StackPanel Grid.Row="1" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="225">
Expand Down

0 comments on commit bc3656a

Please sign in to comment.