Skip to content

Commit cdd13cd

Browse files
committed
Bump versions
1 parent ce61111 commit cdd13cd

File tree

26 files changed

+61
-61
lines changed

26 files changed

+61
-61
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 5.14.2 | 6.2.2 — 02.11.2022
8+
## 5.14.3 | 6.2.3 — 02.11.2022
99

1010
* `HEIF` function was re-written;
1111
* Now it downloads the latest HEVC codec package using the <https://store.rg-adguard.net> parser again;

sophia_script_versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Sophia_Script_Windows_10_PowerShell_5_1": "5.14.2",
3-
"Sophia_Script_Windows_10_PowerShell_7": "5.14.2",
4-
"Sophia_Script_Windows_10_LTSC2019": "5.4.2",
5-
"Sophia_Script_Windows_10_LTSC2021": "5.14.2",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "6.2.2",
7-
"Sophia_Script_Windows_11_PowerShell_7": "6.2.2",
2+
"Sophia_Script_Windows_10_PowerShell_5_1": "5.14.3",
3+
"Sophia_Script_Windows_10_PowerShell_7": "5.14.3",
4+
"Sophia_Script_Windows_10_LTSC2019": "5.4.3",
5+
"Sophia_Script_Windows_10_LTSC2021": "5.14.3",
6+
"Sophia_Script_Windows_11_PowerShell_5_1": "6.2.3",
7+
"Sophia_Script_Windows_11_PowerShell_7": "6.2.3",
88
"Sophia_Script_Wrapper": "2.5.7"
99
}

src/Sophia_Script_for_Windows_10/Functions.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: v5.14.2
6-
Date: 03.11.2022
5+
Version: v5.14.3
6+
Date: 04.11.2022
77
88
Copyright (c) 2014—2022 farag
99
Copyright (c) 2019—2022 farag & Inestic
@@ -50,7 +50,7 @@ function Sophia
5050

5151
Clear-Host
5252

53-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.2 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
53+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.3 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
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.2'
3+
ModuleVersion = '5.14.3'
44
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2022 farag & Inestic. All rights reserved'

src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.2
6-
Date: 03.11.2022
5+
Version: v5.14.3
6+
Date: 04.11.2022
77
88
Copyright (c) 2014—2022 farag
99
Copyright (c) 2019—2022 farag & Inestic

src/Sophia_Script_for_Windows_10/Sophia.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
Default preset file for "Sophia Script for Windows 10"
44
5-
Version: v5.14.2
6-
Date: 03.11.2022
5+
Version: v5.14.3
6+
Date: 04.11.2022
77
88
Copyright (c) 2014—2022 farag
99
Copyright (c) 2019—2022 farag & Inestic
@@ -70,7 +70,7 @@ param
7070

7171
Clear-Host
7272

73-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.2 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
73+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.14.3 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: v5.4.2
6-
Date: 03.11.2022
5+
Version: v5.4.3
6+
Date: 04.11.2022
77
88
Copyright (c) 2014—2022 farag
99
Copyright (c) 2019—2022 farag & Inestic
@@ -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.2 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
53+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.4.3 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
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.2'
3+
ModuleVersion = '5.4.3'
44
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2022 farag & Inestic. All rights reserved'

src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.2
6-
Date: 03.11.2022
5+
Version: v5.4.3
6+
Date: 04.11.2022
77
88
Copyright (c) 2014—2022 farag
99
Copyright (c) 2019—2022 farag & Inestic

src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
Default preset file for "Sophia Script for Windows 10 LTSC 2019"
44
5-
Version: v5.4.2
6-
Date: 03.11.2022
5+
Version: v5.4.3
6+
Date: 04.11.2022
77
88
Copyright (c) 2014—2022 farag
99
Copyright (c) 2019—2022 farag & Inestic
@@ -70,7 +70,7 @@ param
7070

7171
Clear-Host
7272

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

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

0 commit comments

Comments
 (0)