Skip to content

Commit

Permalink
bumped version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy authored May 25, 2022
1 parent f670f2c commit 3342f2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Create Vendor Directory
Expand All @@ -21,10 +21,10 @@ jobs:
run: |
wget -O vendor/libasynql.phar https://poggit.pmmp.io/r/159125/libasynql_dev-174.phar
wget -O vendor/FormAPI.phar https://poggit.pmmp.io/r/163460/FormAPI_dev-2.phar
wget -O vendor/libPiggyEconomy.phar https://poggit.pmmp.io/r/163250/libPiggyEconomy_dev-12.phar
wget -O vendor/libPiggyEconomy.phar https://poggit.pmmp.io/r/177191/libPiggyEconomy_dev-18.phar
wget -O vendor/libPiggyUpdateChecker.phar https://poggit.pmmp.io/r/163495/libPiggyUpdateChecker_dev-1.phar
wget -O vendor/Commando.phar https://poggit.pmmp.io/r/162923/Commando_dev-30.phar
- name: Run PHPStan
uses: paroxity/pmmp-phpstan-action@4.2.0
uses: paroxity/pmmp-phpstan-action@4.3.4
with:
phpstan-config: phpstan.neon.dist
2 changes: 1 addition & 1 deletion .poggit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ projects:
- src: DaPigGuy/FormAPI-4.0.0/libFormAPI
version: ^2.1.0
- src: DaPigGuy/libPiggyEconomy/libPiggyEconomy
version: ^3.0.0
version: ^3.0.1
- src: DaPigGuy/libPiggyUpdateChecker/libPiggyUpdateChecker
version: ^1.0.0
lint:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PiggyFactions
main: DaPigGuy\PiggyFactions\PiggyFactions
version: 2.0.2
version: 2.0.3
api: 4.2.0
author: DaPigGuy
softdepend: [EconomyAPI, BedrockEconomy, PiggyCustomEnchants, HRKChat, ScoreHud]
Expand Down

0 comments on commit 3342f2c

Please sign in to comment.