Skip to content

Commit 874b471

Browse files
committed
Bumped version
1 parent 6381bdc commit 874b471

File tree

24 files changed

+36
-36
lines changed

24 files changed

+36
-36
lines changed

src/Sophia_Script_for_Windows_10/Functions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: v5.14.4
5+
Version: v5.14.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag
@@ -50,7 +50,7 @@ function Sophia
5050

5151
Clear-Host
5252

53-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
53+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
5454

5555
Remove-Module -Name Sophia -Force -ErrorAction Ignore
5656
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = '..\Module\Sophia.psm1'
3-
ModuleVersion = '5.14.4'
3+
ModuleVersion = '5.14.5'
44
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2023 farag & Inestic. All rights reserved'

src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
44
5-
Version: v5.14.4
5+
Version: v5.14.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag

src/Sophia_Script_for_Windows_10/Sophia.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
Default preset file for "Sophia Script for Windows 10"
44
5-
Version: v5.14.4
5+
Version: v5.14.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag
@@ -70,7 +70,7 @@ param
7070

7171
Clear-Host
7272

73-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
73+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
7474

7575
Remove-Module -Name Sophia -Force -ErrorAction Ignore
7676
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: v5.4.4
5+
Version: v5.4.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag
@@ -50,7 +50,7 @@ function Sophia
5050

5151
Clear-Host
5252

53-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.4.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
53+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.4.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
5454

5555
Remove-Module -Name Sophia -Force -ErrorAction Ignore
5656
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = '..\Module\Sophia.psm1'
3-
ModuleVersion = '5.4.4'
3+
ModuleVersion = '5.4.5'
44
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2023 farag & Inestic. All rights reserved'

src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
44
5-
Version: v5.4.4
5+
Version: v5.4.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag

src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
Default preset file for "Sophia Script for Windows 10 LTSC 2019"
44
5-
Version: v5.4.4
5+
Version: v5.4.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag
@@ -70,7 +70,7 @@ param
7070

7171
Clear-Host
7272

73-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.4.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
73+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.4.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
7474

7575
Remove-Module -Name Sophia -Force -ErrorAction Ignore
7676
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: v5.14.4
5+
Version: v5.14.5
66
Date: 04.12.2022
77
88
Copyright (c) 2014—2023 farag
@@ -50,7 +50,7 @@ function Sophia
5050

5151
Clear-Host
5252

53-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.14.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
53+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.14.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
5454

5555
Remove-Module -Name Sophia -Force -ErrorAction Ignore
5656
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = '..\Module\Sophia.psm1'
3-
ModuleVersion = '5.14.4'
3+
ModuleVersion = '5.14.5'
44
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2023 farag & Inestic. All rights reserved'

0 commit comments

Comments
 (0)