Skip to content

Commit

Permalink
bumpup
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed May 20, 2022
1 parent fe7f97f commit 0508679
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./src/Aiplugs.PoshApp.Electron/
run: npm run electron:build
run: npm run electron:build -- -p onTagOrDraft
macos:
runs-on: macos-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: aiplugs (@iwate)
Licensed Work: poshapp(v0.10.6)
Licensed Work: poshapp(v0.10.7)
The Licensed Work is (c) 2022 aiplugs.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Software
Expand All @@ -14,7 +14,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
contractors) to access the functionality of the
Licensed Work.

Change Date: 2025-05-04
Change Date: 2025-05-20

Change License: Apache License, Version 2.0

Expand Down
4 changes: 2 additions & 2 deletions src/Aiplugs.PoshApp.Electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp.Electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poshapp",
"version": "v0.10.6",
"version": "v0.10.7",
"author": "aiplugs",
"description": "PowerShell GUI application",
"private": true,
Expand Down

0 comments on commit 0508679

Please sign in to comment.