Skip to content

Commit

Permalink
Merge branch 'Release' into Development
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma37 committed Nov 28, 2023
2 parents af3bf2b + e6c504a commit f7e4c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BlenderMalt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
[**BlenderMalt-Windows.zip**](https://github.com/${{github.repository}}/releases/download/${{env.BRANCH_NAME}}-latest/BlenderMalt-Windows.zip)
[**BlenderMalt-Linux.zip**](https://github.com/${{github.repository}}/releases/download/${{env.BRANCH_NAME}}-latest/BlenderMalt-Linux.zip)
*(Requires Blender 3.6)*
*(Requires Blender 4.0)*
- name: Rollback Tagged Release
uses: author/action-rollback@stable
Expand All @@ -56,7 +56,7 @@ jobs:
[**BlenderMalt-Windows.zip**](https://github.com/${{github.repository}}/releases/download/${{github.ref_name}}/BlenderMalt-Windows.zip)
[**BlenderMalt-Linux.zip**](https://github.com/${{github.repository}}/releases/download/${{github.ref_name}}/BlenderMalt-Linux.zip)
*(Requires Blender 3.6)*
*(Requires Blender 4.0)*
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
Expand Down
2 changes: 1 addition & 1 deletion BlenderMalt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "BlenderMalt",
"description" : "Extensible Python Render Engine",
"author" : "Miguel Pozo",
"version": (1,0,0,'Development'),
"version": (1,0,0,'Release'),
"blender" : (4, 0, 0),
"doc_url": "https://malt3d.com",
"tracker_url": "https://github.com/bnpr/Malt/issues/new/choose",
Expand Down

0 comments on commit f7e4c18

Please sign in to comment.