From 97d111fddce6224007f4b363d87024353a501036 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 13:50:59 +0000 Subject: [PATCH] chore: mod update --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 224a8ef..3688018 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "$schema": "https://raw.githubusercontent.com/atampy25/simple-mod-framework/main/Mod%20Manager/src/lib/manifest-schema.json", - "version": "1.1.0", + "version": "1.1.1", "id": "Notex.SimpleKeyEventHelper", "name": "Simple Key Event Helper", "description": "Adds a helper entitytemplate for developers who wish to add custom key bindings into their mod.", "contentFolders": ["content"], "authors": ["Notex"], - "frameworkVersion": "2.33.7", + "frameworkVersion": "2.33.8", "updateCheck": "https://github.com/Notexe/h3-simple-key-event-helper/releases/latest/download/updates.json" }