Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sp00ktober committed Nov 21, 2021
1 parent bd05175 commit 8198554
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BetterCrafter/BetterCrafter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace BetterCrafter
{
[BepInPlugin("com.sp00ktober.de", "BetterCrafter", "0.0.1")]
[BepInPlugin("com.sp00ktober.de", "BetterCrafter", "0.0.3")]
public class BetterCrafter: BaseUnityPlugin
{
private void Awake()
Expand All @@ -21,7 +21,7 @@ private static void InitPatches()

try
{
Debug.Log("Applying patches from BetterCrafter 0.0.1");
Debug.Log("Applying patches from BetterCrafter 0.0.3");
#if DEBUG
if (Directory.Exists("./mmdump"))
{
Expand Down
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ For support or to discuss any other modding related topic you can join our [Star

## Changelog

0.0.3:

- hotfix to let player craft again with a not full inventory.

0.0.2:

- Fixed a bug which would let the player craft complexer recipes while only having the first ingredient.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BetterCrafter",
"description": "BepInEx mod for Starsand to autocraft needed sub-recipes.",
"version_number": "0.0.2",
"version_number": "0.0.3",
"dependencies": [
"BepInEx-BepInExPack_Starsand-5.4.16"
],
Expand Down

0 comments on commit 8198554

Please sign in to comment.