Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-sultanov committed Nov 2, 2024
1 parent b2957c4 commit 56f86d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CheckCode.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PSScriptAnalyzer
name: CheckCode

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: PSScriptAnalyzer
name: CheckCode
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion sources/PowerPlatform/PowerPlatform.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
ModuleList = @('PowerPlatform')

# Version number of this module.
ModuleVersion = '1.1.2'
ModuleVersion = '1.1.3'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()
Expand Down

0 comments on commit 56f86d4

Please sign in to comment.