Skip to content

Commit

Permalink
Bump manifest to 1.0.1 [no-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
alt3-ci committed Oct 27, 2019
1 parent 31fac04 commit e1b186a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Source/Alt3.Docusaurus.Powershell.psd1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@{
@{

# Script module or binary module file associated with this manifest.
RootModule = 'Alt3.Docusaurus.Powershell.psm1'

# Version number of this module.
ModuleVersion = '1.0.0'
ModuleVersion = '1.0.1'

# ID used to uniquely identify this module
GUID = '0a746d8a-f1f1-4064-967a-aad1877b2d63'
Expand Down Expand Up @@ -68,7 +68,7 @@ Live demo at https://docusaurus-powershell.netlify.com/
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @()
FunctionsToExport = 'New-DocusaurusHelp'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()
Expand Down Expand Up @@ -128,3 +128,6 @@ Live demo at https://docusaurus-powershell.netlify.com/
# DefaultCommandPrefix = ''

}



0 comments on commit e1b186a

Please sign in to comment.