Skip to content

Commit

Permalink
bump version 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Apr 27, 2022
1 parent 11fb21d commit f2f7d62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 4.9

*2022.04.27*

Bug fix.

## 4.8

*2022.01.17*
Expand Down
6 changes: 3 additions & 3 deletions ghcman.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'ghcman.psm1'

# このモジュールのバージョン番号です。
ModuleVersion = '4.8'
ModuleVersion = '4.9'

# サポートされている PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -98,7 +98,7 @@ PrivateData = @{
Tags = @('Haskell', 'GHC', 'PSEdition_Core', 'Windows')

# このモジュールのライセンスの URL。
LicenseUri = 'https://github.com/kakkun61/ghcman/blob/4.8/LICENSE'
LicenseUri = 'https://github.com/kakkun61/ghcman/blob/4.9/LICENSE'

# このプロジェクトのメイン Web サイトの URL。
ProjectUri = 'https://github.com/kakkun61/ghcman'
Expand All @@ -107,7 +107,7 @@ PrivateData = @{
# IconUri = ''

# このモジュールの ReleaseNotes
ReleaseNotes = 'https://github.com/kakkun61/ghcman/blob/4.8/ChangeLog.md'
ReleaseNotes = 'https://github.com/kakkun61/ghcman/blob/4.9/ChangeLog.md'

ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')

Expand Down
2 changes: 1 addition & 1 deletion ghcman.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Set-StrictMode -Version Latest

# Constant

Set-Variable ghcmanVersion -Option Constant -Value "4.8"
Set-Variable ghcmanVersion -Option Constant -Value "4.9"
Set-Variable systemGlobalDataPath -Option Constant -Value "$Env:ProgramData\ghcman"
Set-Variable userGlobalDataPath -Option Constant -Value "$Env:APPDATA\ghcman"
Set-Variable versionPattern -Option Constant -Value '[0-9]+(\.[0-9]+)*'
Expand Down

0 comments on commit f2f7d62

Please sign in to comment.