Skip to content

Commit 41f0d22

Browse files
authored
Updated version number
1 parent 6f9ec6e commit 41f0d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.PSG_API_KEY }}
1414
# Check API_KEY (with spaces in between), must have "shell: bash"
1515
#echo -n "API_KEY: "; echo ${{secrets.APIKEY}} | sed 's/./& /g'
16-
shell: pwsh
16+
shell: pwsh

syntax-highlighting.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\syntax-highlighting.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.0.2'
15+
ModuleVersion = '2.0.3'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)