Skip to content

Commit

Permalink
chore: v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Feb 27, 2024
1 parent 371611e commit c1322b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"versions": [
{
"version": "3.1.0",
"version": "4.0.0",
"status": "stable",
"kicad_version": "6.00"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):
shutil.rmtree(temp_dir_gerber)
temp_file = os.path.join(temp_dir, os.path.basename(temp_file))
except Exception as e:
wx.MessageBox(str(e), "Error", wx.OK | wx.ICON_ERROR)
wx.MessageBox(str(e), "Fabrication Toolkit - Error", wx.OK | wx.ICON_ERROR)
self.progress(-1)
return

Expand Down

0 comments on commit c1322b7

Please sign in to comment.