Skip to content

Commit

Permalink
bump version !deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMarquette committed Sep 11, 2018
1 parent 753c70d commit 26da8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSGraph/PSGraph.psd1
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSGraph.psm1'

# Version number of this module.
ModuleVersion = '2.1.20'
ModuleVersion = '2.1.25'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -69,7 +69,7 @@
# 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 = @('Edge','Entity','Export-PSGraph','Graph','Inline','Install-GraphViz','Node','Rank','Record','Row','Set-NodeFormatScript','Show-PSGraph','SubGraph')
FunctionsToExport = @('Edge', 'Entity', 'Export-PSGraph', 'Graph', 'Inline', 'Install-GraphViz', 'Node', 'Rank', 'Record', 'Row', 'Set-NodeFormatScript', 'Show-PSGraph', 'SubGraph')

# 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

0 comments on commit 26da8ae

Please sign in to comment.