diff --git a/README.md b/README.md index a84675b69..a1c0dad2b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Nexerelin is a mod for the game [Starsector](http://fractalsoftworks.com). It implements 4X-style gameplay with faction wars, diplomacy and planetary conquest. -Current repo version: v0.10.4d +Current repo version: v0.10.5 ## Setup instructions ## Check out the repo to Starsector/mods/Nexerelin (or some other folder name) and it can be played immediately. diff --git a/jars/ExerelinCore.jar b/jars/ExerelinCore.jar index 774dfdcdf..e91385d15 100644 Binary files a/jars/ExerelinCore.jar and b/jars/ExerelinCore.jar differ diff --git a/mod_info.json b/mod_info.json index 4f98ba009..1acfc6fc8 100755 --- a/mod_info.json +++ b/mod_info.json @@ -2,7 +2,7 @@ "id":"nexerelin", "name":"Nexerelin", "author":"Histidine (original by Zaphide)", - "version":"0.10.4d", + "version":"0.10.5", "description":"Join a faction and conquer the Sector!", "gameVersion":"0.95.1a-RC6", "totalConversion":false, diff --git a/nexerelin.version b/nexerelin.version index 8b1caac5d..a4d38be56 100644 --- a/nexerelin.version +++ b/nexerelin.version @@ -7,8 +7,8 @@ { "major":0, "minor":10, - "patch":4d + "patch":5 }, "starsectorVersion":"0.95.1a-RC6", - "directDownloadURL":"https://github.com/Histidine91/Nexerelin/releases/download/v0.10.4c/Nexerelin_0.10.4c.zip", + "directDownloadURL":"https://github.com/Histidine91/Nexerelin/releases/download/v0.10.5/Nexerelin_0.10.5.zip", }