Skip to content

Commit 32e1e27

Browse files
committed
Update SpreadsheetWrangler.ps1
1 parent 3f2f01a commit 32e1e27

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
@@ -1820,7 +1820,7 @@ $aboutMenuItem.Add_Click({
18201820

18211821
# Main about text
18221822
$aboutLabel = New-Object System.Windows.Forms.Label
1823-
$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"
1823+
$aboutLabel.Text = "Spreadsheet Wrangler v1.6.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"
18241824
$aboutLabel.AutoSize = $false
18251825
$aboutLabel.Dock = "Fill"
18261826
$aboutLabel.TextAlign = "MiddleCenter"

0 commit comments

Comments
 (0)