From e31700ef9cf00b15c02ac3cb291d8c97e25fd6c4 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 23 Jun 2026 00:59:21 +0200 Subject: [PATCH] chore: bump version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6e7f0f..91ccd22 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Check syntax and schemas - uses: https://git.kb28.ch/HEL/spyglassmc-action@v1.1.4 + uses: https://git.kb28.ch/HEL/spyglassmc-action@v1.1.5 ``` ## Input parameters diff --git a/package.json b/package.json index 50dd294..319b650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spyglassmc-action", - "version": "1.1.4", + "version": "1.1.5", "description": "Check your Minecraft datapack for syntax or schema errors using SpyglassMC", "main": "index.js", "scripts": {