Skip to content

Commit

Permalink
Merge pull request #153 from chihiro-adachi/update-version
Browse files Browse the repository at this point in the history
バージョンを更新
  • Loading branch information
chihiro-adachi authored Aug 1, 2022
2 parents d4a5e1e + a183d71 commit f853888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
working-directory: ../
run: |
rm -rf $GITHUB_WORKSPACE/.github
rm -rf $GITHUB_WORKSPACE/Tests
find $GITHUB_WORKSPACE -name "dummy" -delete
find $GITHUB_WORKSPACE -name ".git*" -and ! -name ".gitkeep" -print0 | xargs -0 rm -rf
chmod -R o+w $GITHUB_WORKSPACE
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ec-cube/coupon42",
"version": "4.2.1",
"version": "4.2.2",
"description": "Coupon Plugin for EC-CUBE42",
"type": "eccube-plugin",
"extra": {
Expand Down

0 comments on commit f853888

Please sign in to comment.