Skip to content

Commit 951abfb

Browse files
committed
Release v0.11.0
1 parent 9b5a824 commit 951abfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/Pog/Pog.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'Pog.psm1'
3-
ModuleVersion = '0.10.0'
3+
ModuleVersion = '0.11.0'
44
GUID = 'decb807b-afa1-4111-ad81-bfe9aa7dd44d'
55
Author = 'Matej Kafka'
66
CompatiblePSEditions = @('Desktop', 'Core')

app/Pog/lib_compiled/Pog/Pog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.10.0</Version>
4+
<Version>0.11.0</Version>
55
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
66

77
<!-- If publishing, use a release build by default. -->

pog.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Private = $true
44

55
Name = "Pog"
6-
Version = "0.10.0"
6+
Version = "0.11.0"
77
# why x64:
88
# 1) shim binaries are compiled only for x64 (should be easy to change)
99
# 2) VC redist DLLs are currently x64 (shouldn't be too hard to change)

0 commit comments

Comments
 (0)