Skip to content

Commit 1ef8290

Browse files
committed
Release v0.14.0
1 parent 7a6b079 commit 1ef8290

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/install-pog/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
version:
99
description: 'Pog version to install. By default, downloads the version matching this GitHub Action ref.'
1010
required: false
11-
default: 0.13.0
11+
default: 0.14.0
1212
runs:
1313
using: "composite"
1414
steps:

app/Pog.Utils/Pog.Utils.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.13.0'
2+
ModuleVersion = '0.14.0'
33
GUID = 'f6961fe2-dea0-4780-82e8-1376d14ffd02'
44
Author = 'Matej Kafka'
55
CompatiblePSEditions = @('Desktop', 'Core')

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.13.0'
3+
ModuleVersion = '0.14.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.13.0</Version>
4+
<Version>0.14.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.13.0"
6+
Version = "0.14.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)