Skip to content

Commit 36c945f

Browse files
committed
update pwsh verson on bump
1 parent b765c7c commit 36c945f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ bump:
4444
@find c -name "*.py" -exec sed -i 's/version = "[0-9]\+\.[0-9]\+\.[0-9]\+"/version = "$(VERSION)"/' {} \;
4545

4646
# Update version in openiap.psd1 (powershell module)
47-
@find c -name "*.psd1" -exec sed -i "s/\$OpenIapVersion = '[0-9]\+\.[0-9]\+\.[0-9]\+'/\$OpenIapVersion = '$(VERSION)'/" {} \;
47+
@find pwsh -name "*.psm1" -exec sed -i "s/\$OpenIapVersion = '[0-9]\+\.[0-9]\+\.[0-9]\+'/\$OpenIapVersion = '$(VERSION)'/" {} \;
48+
@find pwsh -name "*.psd1" -exec sed -i "s/ModuleVersion = '[0-9]\+\.[0-9]\+\.[0-9]\+'/ModuleVersion = '$(VERSION)'/" {} \;
4849

4950
@echo "Version bump completed to $(VERSION)"
5051

pwsh/openiap/openiap.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
RootModule = 'openiap.psm1'
99

1010
# Version number of this module.
11-
ModuleVersion = '0.0.7'
11+
ModuleVersion = '0.0.36'
1212

1313
# Supported PSEditions
1414
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)