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" }