You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SpreadsheetWrangler.ps1
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1937,7 +1937,7 @@ $aboutMenuItem.Add_Click({
1937
1937
1938
1938
# Main about text
1939
1939
$aboutLabel=New-Object System.Windows.Forms.Label
1940
-
$aboutLabel.Text="Spreadsheet Wrangler v1.8.2`n`nA powerful tool for backing up folders and combining spreadsheets.`n`nCreated by Bryant Welch`nCreated: $(Get-Date-Format 'yyyy-MM-dd')`n`n(c) 2025 Bryant Welch. All Rights Reserved"
1940
+
$aboutLabel.Text="Spreadsheet Wrangler v1.8.3`n`nA powerful tool for backing up folders and combining spreadsheets.`n`nCreated by Bryant Welch`nCreated: $(Get-Date-Format 'yyyy-MM-dd')`n`n(c) 2025 Bryant Welch. All Rights Reserved"
1941
1941
$aboutLabel.AutoSize=$false
1942
1942
$aboutLabel.Dock="Fill"
1943
1943
$aboutLabel.TextAlign="MiddleCenter"
@@ -2706,7 +2706,7 @@ function Check-ForUpdates {
2706
2706
Write-Log"Checking for updates...""Cyan"
2707
2707
2708
2708
# Current version (from the app)
2709
-
$currentVersion="1.8.2"# This should match the version in the about dialog
2709
+
$currentVersion="1.8.3"# This should match the version in the about dialog
0 commit comments