Skip to content

Commit 9c5b332

Browse files
committed
Update SpreadsheetWrangler.ps1
update version number
1 parent 4daa87d commit 9c5b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpreadsheetWrangler.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ $aboutMenuItem.Add_Click({
13671367

13681368
# Main about text
13691369
$aboutLabel = New-Object System.Windows.Forms.Label
1370-
$aboutLabel.Text = "Spreadsheet Wrangler v1.3.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"
1370+
$aboutLabel.Text = "Spreadsheet Wrangler v1.4.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"
13711371
$aboutLabel.AutoSize = $false
13721372
$aboutLabel.Dock = "Fill"
13731373
$aboutLabel.TextAlign = "MiddleCenter"

0 commit comments

Comments
 (0)