Skip to content

Commit

Permalink
Mark version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Jan 4, 2025
1 parent bbf873f commit 22d2fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrock-oss/bedrock-boost",
"version": "0.1.2",
"version": "0.1.3",
"description": "A utility package with helper functions for developing add-ons with Script API in Minecraft Bedrock Edition",
"keywords": [
"minecraft",
Expand All @@ -22,7 +22,8 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 22d2fc5

Please sign in to comment.