Skip to content

Commit

Permalink
Release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKafka committed Jun 16, 2024
1 parent e89ff6e commit dcde80b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Pog/Pog.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'Pog.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'decb807b-afa1-4111-ad81-bfe9aa7dd44d'
Author = 'Matej Kafka'
CompatiblePSEditions = @('Desktop', 'Core')
Expand Down
2 changes: 1 addition & 1 deletion app/Pog/lib_compiled/Pog/Pog.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.9.1</Version>
<Version>0.9.2</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>

<!-- If publishing, use a release build by default. -->
Expand Down
2 changes: 1 addition & 1 deletion pog.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Private = $true

Name = "Pog"
Version = "0.9.1"
Version = "0.9.2"
# why x64:
# 1) shim 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)
Expand Down

0 comments on commit dcde80b

Please sign in to comment.