We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8231f3e commit 302a929Copy full SHA for 302a929
1 file changed
PSGraph/PSQuickGraph.psd1
@@ -12,7 +12,7 @@
12
RootModule = "PSGraph.dll"
13
14
# Version number of this module.
15
-ModuleVersion = '2.3.0'
+ModuleVersion = '2.5.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
@@ -94,7 +94,7 @@ AliasesToExport = @()
94
PrivateData = @{
95
96
PSData = @{
97
- # Prerelease = 'alpha'
+ Prerelease = 'beta'
98
# Tags applied to this module. These help with module discovery in online galleries.
99
# Tags = @()
100
0 commit comments