Bump version

This commit is contained in:
Raphire
2026-03-09 23:32:13 +01:00
parent 94e5c95d57
commit 260a143509
2 changed files with 3 additions and 3 deletions

View File

@@ -201,14 +201,14 @@ function Show-ApplyModal {
$applyKofiBtn.Content = $null $applyKofiBtn.Content = $null
$reportText = [System.Windows.Controls.TextBlock]::new() $reportText = [System.Windows.Controls.TextBlock]::new()
$reportText.Text = 'Report the issue' $reportText.Text = 'Report a bug'
$reportText.VerticalAlignment = 'Center' $reportText.VerticalAlignment = 'Center'
$reportText.FontSize = 14 $reportText.FontSize = 14
$reportText.Margin = [System.Windows.Thickness]::new(0, 0, 0, 1) $reportText.Margin = [System.Windows.Thickness]::new(0, 0, 0, 1)
$applyKofiBtn.Content = $reportText $applyKofiBtn.Content = $reportText
[System.Windows.Automation.AutomationProperties]::SetName($applyKofiBtn, 'Report the issue') [System.Windows.Automation.AutomationProperties]::SetName($applyKofiBtn, 'Report a bug')
$applyWindow.Dispatcher.Invoke([System.Windows.Threading.DispatcherPriority]::Render, [action]{}) $applyWindow.Dispatcher.Invoke([System.Windows.Threading.DispatcherPriority]::Render, [action]{})
} }

View File

@@ -103,7 +103,7 @@ param (
# Define script-level variables & paths # Define script-level variables & paths
$script:Version = "2026.03.07" $script:Version = "2026.03.09"
$script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json" $script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"
$script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json" $script:DefaultSettingsFilePath = "$PSScriptRoot/Config/DefaultSettings.json"
$script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json" $script:FeaturesFilePath = "$PSScriptRoot/Config/Features.json"