Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.1</version> <!-- Semantic versioning (1.2.3-beta) or CalVer-based, (2022.01.07), don't omit or non-git installations won't see your updates -->
<date>2022-01-07</date> <!-- Date of the last update to the version number -->
<maintainer email="43390350+davidmubernal@users.noreply.github.com">David Muñoz</maintainer>
<license file="LICENSE">LGPL-3</license> <!-- Make sure you actually have this file in your Addon repo if the license requires it -->
<license file="LICENSE">LGPL-3.0-or-later</license> <!-- Make sure you actually have this file in your Addon repo if the license requires it -->
<url type="repository" branch="main">https://github.com/URJCMakerGroup/MakerWorkbench</url> <!-- Don't forget to update the branch name here -->
<url type="readme">https://github.com/URJCMakerGroup/MakerWorkbench/blob/main/README.md</url> <!-- Link to the HTML-rendered README page -->
<icon>Resources/icons/Maker_workbench_icon.svg</icon> <!-- If you include your icon here, you don't have to submit it to the main FreeCAD repo -->
Expand Down