Skip to content

Commit bc3656a

Browse files
committed
Version Bump, I'm an idiot.
1 parent 20d8473 commit bc3656a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SetupScript.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "TalkerMaker Deluxe"
5-
#define MyAppVersion "2.1.5"
5+
#define MyAppVersion "2.1.6"
66
#define MyAppPublisher "Barky Seal Games"
77
#define MyAppURL "http://randallfitzgerald.net"
88
#define MyAppExeName "TalkerMakerDeluxe.exe"

TalkerMakerDeluxe/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@
880880
</Button>
881881
</StatusBarItem>
882882
<StatusBarItem HorizontalAlignment="Right" Margin="0,0,16,0">
883-
<TextBlock Text="v2.1.5" />
883+
<TextBlock Text="v2.1.6" />
884884
</StatusBarItem>
885885
</StatusBar>
886886
<StackPanel Grid.Row="1" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="225">

0 commit comments

Comments
 (0)