diff --git a/MCprep_addon/__init__.py b/MCprep_addon/__init__.py index 78c12f6b..e727f3f8 100755 --- a/MCprep_addon/__init__.py +++ b/MCprep_addon/__init__.py @@ -41,7 +41,7 @@ bl_info = { "name": "MCprep", "category": "Object", - "version": (3, 5, 2), + "version": (3, 5, 3), "blender": (2, 80, 0), "location": "3D window toolshelf > MCprep tab", "description": "Minecraft workflow addon for rendering and animation", diff --git a/push_latest.sh b/push_latest.sh index 5406e479..e83e5f02 100755 --- a/push_latest.sh +++ b/push_latest.sh @@ -48,7 +48,7 @@ python mcprep_data_refresh.py -auto if [[ `git status --porcelain` ]]; then echo "There are uncommited changes, ending" - exit + # exit # TODO: Enforce in future directly. fi ANY_DIFF=$(git diff MCprep_addon/MCprep_resources/mcprep_data_update.json)