Skip to content

Commit

Permalink
Bump version to 2.1, Blender version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
30350n committed Dec 12, 2022
1 parent 6f54932 commit aaf3ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![blender](https://img.shields.io/badge/blender-3.3.0-orange)](https://www.blender.org/)
[![blender](https://img.shields.io/badge/blender-3.4.0-orange)](https://www.blender.org/)
[![kicad](https://img.shields.io/badge/kicad-6.0.5-blue)](https://www.kicad.org/)
[![gplv3](https://img.shields.io/badge/license-GPLv3-lightgrey)](https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
4 changes: 2 additions & 2 deletions pcb2blender_importer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "pcb2blender importer",
"description": "Enables Blender to import .pcb3d files, exported from KiCad.",
"author": "Bobbe",
"version": (2, 0, 0),
"blender": (3, 3, 0),
"version": (2, 1, 0),
"blender": (3, 4, 0),
"location": "File > Import",
"category": "Import-Export",
"support": "COMMUNITY",
Expand Down

0 comments on commit aaf3ee7

Please sign in to comment.