Skip to content

Commit f05fc04

Browse files
author
Robin Stolpe
committed
update
1 parent f180b62 commit f05fc04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MaintainModule/MaintainModule.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
RootModule = '.\MaintainModule.psm1'
2828

2929
# Version number of this module.
30-
ModuleVersion = '0.1.0'
30+
ModuleVersion = '0.1.1'
3131

3232
# Supported PSEditions
3333
# CompatiblePSEditions = @()

RSModuleBuilder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
param (
22
# Set this to true before releasing the module
33
[Parameter(Mandatory = $false, HelpMessage = "Enter the version number of this release")]
4-
[string]$Version = "0.1.0",
4+
[string]$Version = "0.1.1",
55
# Fix this
66
[Parameter(Mandatory = $false, HelpMessage = ".")]
77
[string]$preRelease = "Alpha",

0 commit comments

Comments
 (0)