Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsubasa6848 committed Mar 27, 2024
1 parent 4948992 commit f14218c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"version": "0.9.3",
"version": "0.10.0",
"author": "GroupMountain",
"description": "Check Player's Inventory",
"type": "native",
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/InventoryCheck",
"version": "0.9.3",
"version": "0.10.0",
"info": {
"name": "InventoryCheck",
"description": "Check Player's Inventory",
Expand All @@ -14,9 +14,9 @@
"gmlib"
]
},
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.9.3/InventoryCheck-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.10.0/InventoryCheck-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.9.8"
"github.com/GroupMountain/GMLIB": ">=0.10.x"
},
"files": {
"place": [
Expand Down

0 comments on commit f14218c

Please sign in to comment.