Skip to content

Commit

Permalink
Upversion and disable porcelain check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDuckCow committed Jan 9, 2024
1 parent f3c5c7b commit c9b907c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MCprep_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion push_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9b907c

Please sign in to comment.