diff --git a/PSIni/PsIni.psd1 b/PSIni/PsIni.psd1 index ffec719..cf149f7 100644 --- a/PSIni/PsIni.psd1 +++ b/PSIni/PsIni.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'PsIni.psm1' - ModuleVersion = '3.0.0' + ModuleVersion = '3.1.0' GUID = '98e1dc0f-2f03-4ca1-98bb-fd7b4b6ac652' Author = 'Oliver Lipkau ' CompanyName = 'Unknown' diff --git a/appveyor.yml b/appveyor.yml index b9031be..1bfe0b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ environment: PSGalleryAPIKey: secure: s9Uw6gnBI2xdDYtpJE5m8C3eDvrXBDGO/abptsu9NCtCrdxoU/N+3YfjffOTysw+ -version: 3.0.{build} +version: 3.1.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true