diff --git a/app/Pog/Pog.psd1 b/app/Pog/Pog.psd1 index aa12ee5..f693a5b 100644 --- a/app/Pog/Pog.psd1 +++ b/app/Pog/Pog.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Pog.psm1' - ModuleVersion = '0.6.0' + ModuleVersion = '0.7.0' GUID = 'decb807b-afa1-4111-ad81-bfe9aa7dd44d' Author = 'Matej Kafka' CompatiblePSEditions = @('Desktop', 'Core') diff --git a/app/Pog/lib_compiled/Pog/Pog.csproj b/app/Pog/lib_compiled/Pog/Pog.csproj index 21ec323..3538412 100644 --- a/app/Pog/lib_compiled/Pog/Pog.csproj +++ b/app/Pog/lib_compiled/Pog/Pog.csproj @@ -1,7 +1,7 @@ - 0.6.0 + 0.7.0 false diff --git a/pog.psd1 b/pog.psd1 index 1d0a1e6..1b68f6f 100644 --- a/pog.psd1 +++ b/pog.psd1 @@ -3,7 +3,7 @@ Private = $true Name = "Pog" - Version = "0.6.0" + Version = "0.7.0" # why x64: # 1) stub binaries are compiled only for x64 (should be easy to change) # 2) VC redist DLLs are currently x64 (shouldn't be too hard to change)