diff --git a/README.md b/README.md index ffad578..14f7fbf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Combat Chatter is a mod for the game [Starsector](http://fractalsoftworks.com). It adds some dialog lines for NPC ships in battles. -Current release version: v1.11 +Current release version: v1.11.1 ### Setup instructions ### Check out the repo to Starsector/mods/Combat Chatter (or some other folder name) and it can be played immediately. diff --git a/chatter.version b/chatter.version index 4721af9..6f8e3a9 100644 --- a/chatter.version +++ b/chatter.version @@ -7,7 +7,7 @@ { "major":1, "minor":11, - "patch":0 + "patch":1 }, "starsectorVersion":"0.9.1a" } \ No newline at end of file diff --git a/jars/CombatChatter.jar b/jars/CombatChatter.jar index 5779b9c..abcf2c1 100644 Binary files a/jars/CombatChatter.jar and b/jars/CombatChatter.jar differ diff --git a/mod_info.json b/mod_info.json index b7a1b27..113b3f4 100644 --- a/mod_info.json +++ b/mod_info.json @@ -2,10 +2,14 @@ "id":"chatter", "name":"Combat Chatter", "author":"Histidine", - "version":"1.11", + "version":"1.11.1", "utility":true, - "description":"talky-man broke thog's tusk. TALKY-MAN BROKE THOG'S TUSK!!\n\nRequires LazyLib", - "gameVersion":"0.9.1a", + "description":"talky-man broke thog's tusk. TALKY-MAN BROKE THOG'S TUSK!!\n\nRequires LazyLib, MagicLib", + "gameVersion":"0.95a-RC9", "jars":["jars/CombatChatter.jar"], + "dependencies": [ + {"id": "lw_lazylib", "name": "LazyLib"}, + {"id": "MagicLib", "name": "MagicLib"}, + ], "modPlugin":"org.histidine.chatter.scripts.ChatterModPlugin", } \ No newline at end of file