Skip to content

Commit

Permalink
Merge pull request #105 from mika-f/releases/v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f authored Jul 14, 2024
2 parents 6a52feb + 6bbcba9 commit 02f1de3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body:
- 3.0.0-alpha.4
- 3.0.0
- 3.1.0
- 4.0.0
validations:
required: true
- type: dropdown
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ v3.0.0 supports the following versions of Blender:
- Blender 4.0.1 (x64 - Windows)
- Blender 4.0.2 (x64 - Windows)

v4.0.0 supports the following versions of Blender:

- Blender 4.1.0
- Blender 4.1.1

## ScreenShot

## Installation
Expand Down
2 changes: 1 addition & 1 deletion src/addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Natsuneko",
"description": "Blender add-on for import some files from drag-and-drop",
"blender": (3, 1, 0),
"version": (3, 1, 0),
"version": (4, 0, 0),
"location": "Drag and Drop Support",
"doc_url": "https://docs.natsuneko.com/en-us/drag-and-drop-support/",
"tracker_url": "https://github.com/mika-f/blender-drag-and-drop/issues",
Expand Down

0 comments on commit 02f1de3

Please sign in to comment.