Skip to content

Commit

Permalink
Fixes an issue when a component is selected, rather than a contour.
Browse files Browse the repository at this point in the history
  • Loading branch information
LettError committed May 22, 2019
1 parent 29398f9 commit 27edab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions EditThatNextMaster.roboFontExt/info.plist
Expand Up @@ -52,8 +52,8 @@
<key>requiresVersionMinor</key>
<string>2</string>
<key>timeStamp</key>
<real>1558373631.6772521</real>
<real>1558525252.6171949</real>
<key>version</key>
<string>1.2.2</string>
<string>1.2.3</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion buildExtension.py
Expand Up @@ -57,7 +57,7 @@
B.icon = imagePath

# version of the extension
B.version = '1.2.2'
B.version = '1.2.3'

# should the extension be launched at start-up?
B.launchAtStartUp = True
Expand Down

0 comments on commit 27edab7

Please sign in to comment.