Skip to content

Commit d2c7fa5

Browse files
committed
Allow write to bump version
1 parent 8340a96 commit d2c7fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
permissions:
10-
contents: read
10+
contents: write
1111
id-token: write
1212

1313
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bedrock-oss/add-on-registry",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "A registry for Minecraft Bedrock Add-Ons and their basic meta-data. This is intended to be used by features such as WAILA-add-ons to display accurate information about packs.",
55
"main": "registry.js",
66
"type": "module",

0 commit comments

Comments
 (0)