Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Greenberg committed Feb 4, 2023
1 parent 76e5733 commit e0e0482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.0.0
VERSION=3.0.1
plugin: check
rm -f facesvg*.rbz;
cd lib; zip -r ../facesvg-$(VERSION).rbz $$(find . -name '*rb' -o -name '*png')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Supported Sketchup Versions: Probably any version since 2017. This has been tested with Sketchup Pro 2022. Since
it is a plugin it requires a "Pro" desktop version.

** Note: Release 3.0.0 has an important fix to how SVG is generated, where issues with Sketchup ordering of edges could
** Note: Release 3.0.1 has an important fix to how SVG is generated, where issues with Sketchup ordering of edges could
result in invalid SVG paths to be generated.**

**Note: Release 2.3.0 has an important fix to a problem where the viewBox could be generated incorrectly, which
Expand Down
2 changes: 1 addition & 1 deletion lib/facesvg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# TODO: support metric output mm,cm

module FaceSVG
VERSION = '3.0.0'
VERSION = '3.0.1'

lang = LanguageHandler.new('facesvg')

Expand Down

0 comments on commit e0e0482

Please sign in to comment.