Resolved issue #558. Stable release for pattern recipe format.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-08-20 08:47:34 +03:00
parent ce9506971a
commit 3af915d7ca
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
- Allow controlling priority selecting pieces in layout.
- No scissors on tiled PDF bottom row.
- All intersections are now treaded as a loop.
- [#558] New export: Export pattern as step-by-step text.
# Version 0.6.2 (unreleased)
- [#903] Bug in tool Cut Spline path.

View File

@ -88,7 +88,7 @@ VPatternRecipe::VPatternRecipe(VContainer *data, VAbstractPattern *pattern, QObj
QDomElement recipeElement = createElement(QStringLiteral("recipe"));
recipeElement.appendChild(createComment(FileComment()));
SetAttribute(recipeElement, QStringLiteral("version"), QStringLiteral("0.1.0"));
SetAttribute(recipeElement, QStringLiteral("version"), QStringLiteral("1.0.0"));
recipeElement.appendChild(Prerequisite());
recipeElement.appendChild(Content());