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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2155,7 +2155,7 @@ $aboutMenuItem.Add_Click({
2155
2155
2156
2156
# Main about text
2157
2157
$aboutLabel=New-Object System.Windows.Forms.Label
2158
-
$aboutLabel.Text="Spreadsheet Wrangler v1.8.5`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"
2158
+
$aboutLabel.Text="Spreadsheet Wrangler v1.9.0`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"
2159
2159
$aboutLabel.AutoSize=$false
2160
2160
$aboutLabel.Dock="Fill"
2161
2161
$aboutLabel.TextAlign="MiddleCenter"
@@ -3061,7 +3061,7 @@ function Check-ForUpdates {
3061
3061
Write-Log"Checking for updates...""Cyan"
3062
3062
3063
3063
# Current version (from the app)
3064
-
$currentVersion="1.8.5"# This should match the version in the about dialog
3064
+
$currentVersion="1.9.0"# This should match the version in the about dialog
0 commit comments