diff --git a/CHANGELOG.md b/CHANGELOG.md index ad33f62..e911faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.7.3] - 2016-10-03 + +* fix non-ascii characters encoding (thanks @tomonari-t) + ## [0.7.2] - 2016-09-08 * fix when the path to the plugin has multiple spaces diff --git a/Git.sketchplugin/Contents/Sketch/manifest.json b/Git.sketchplugin/Contents/Sketch/manifest.json index fcf93a1..8316813 100644 --- a/Git.sketchplugin/Contents/Sketch/manifest.json +++ b/Git.sketchplugin/Contents/Sketch/manifest.json @@ -4,7 +4,7 @@ "author": "Mathieu Dutour", "authorEmail" : "mathieu@dutour.me", "homepage": "http://github.com/mathieudutour/git-sketch-plugin", - "version": "0.7.2", + "version": "0.7.3", "identifier": "me.dutour.mathieu.git-plugin", "compatibleVersion": 3, "bundleVersion": 2,