Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2024
1 parent 33e4e82 commit 074139c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PSFzfHistory/PSFzfHistory.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSFzfHistory.psm1'

# Version number of this module.
ModuleVersion = '0.0.5'
ModuleVersion = '0.0.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -30,7 +30,7 @@
Copyright = '(c) Kenichi Kamiya. All rights reserved.'

# Description of the functionality provided by this module
Description = 'fzf history integration with small code'
Description = 'Tiny fzf integration for history substring search in PowerShell'

# Minimum version of the PowerShell engine required by this module
# Adjust with bundled PSReadLine
Expand Down
2 changes: 1 addition & 1 deletion docs/install-from-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Make sure you are really installed the module
Version Name Repository Description
------- ---- ---------- -----------
5.5.0 Pester PSGallery Pester provides a framework for running …
0.0.1 PSFzfHistory MyRepository fzf history integration with small code
0.0.6 PSFzfHistory MyRepository Tiny fzf integration for history substr …
```

0 comments on commit 074139c

Please sign in to comment.