Skip to content

Commit 8f3577d

Browse files
committed
Update version number
1 parent 441dc46 commit 8f3577d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PSReadLine/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
3838
[assembly: AssemblyVersion("1.0.0.0")]
39-
[assembly: AssemblyFileVersion("1.0.0.14")]
39+
[assembly: AssemblyFileVersion("1.2")]

PSReadLine/PSReadLine.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
RootModule = 'PSReadLine.psm1'
33
NestedModules = @("Microsoft.PowerShell.PSReadLine.dll")
4-
ModuleVersion = '1.1'
4+
ModuleVersion = '1.2'
55
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

0 commit comments

Comments
 (0)