Skip to content

Commit ca09ffb

Browse files
committed
bump version 1.1
1 parent cb9e4e9 commit ca09ffb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change log
2+
3+
## 1.1 2020.07.06
4+
5+
Fix typo.
6+
7+
## 1.0 2020.07.05
8+
9+
Release.

code-page.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'code-page.psm1'
1313

1414
# このモジュールのバージョン番号です。
15-
ModuleVersion = '1.0'
15+
ModuleVersion = '1.1'
1616

1717
# サポートされている PSEditions
1818
# CompatiblePSEditions = @()
@@ -98,7 +98,7 @@ PrivateData = @{
9898
Tags = @('code-page', 'PSEdition_Desktop', 'PSEdition_Core', 'Windows')
9999

100100
# このモジュールのライセンスの URL。
101-
LicenseUri = 'https://github.com/kakkun61/powershell-code-page/blob/1.0/COPYING'
101+
LicenseUri = 'https://github.com/kakkun61/powershell-code-page/blob/1.1/COPYING'
102102

103103
# このプロジェクトのメイン Web サイトの URL。
104104
ProjectUri = 'https://github.com/kakkun61/powershell-code-page'
@@ -107,7 +107,7 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# このモジュールの ReleaseNotes
110-
ReleaseNotes = 'https://github.com/kakkun61/powershell-code-page/blob/1.0/ChangeLog.md'
110+
ReleaseNotes = 'https://github.com/kakkun61/powershell-code-page/blob/1.1/ChangeLog.md'
111111

112112
ExternalModuleDependencies = @('Microsoft.PowerShell.Utility')
113113

0 commit comments

Comments
 (0)