Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ershov committed Jun 6, 2023
1 parent a7136f2 commit 3159f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InputMethodHinter.app-template/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<key>CFBundleIconFile</key>
<string>InputMethodHinter.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
<integer>1</integer>
<integer>2</integer>
</dict>
</plist>
2 changes: 1 addition & 1 deletion InputMethodHinter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ let aboutHtml = """
<p>MacOS Input Method Hinter</p>
<p>© 2023 by Yury Ershov</p>
<p><a href='https://github.com/ershov/InputMethodHinter'>https://github.com/ershov/InputMethodHinter</a></p>
<p>Version 0.1</p>
<p>Version 0.2</p>
"""
var dict: NSDictionary? = NSMutableDictionary()
about2MenuItem.attributedTitle = try! NSAttributedString(
Expand Down

0 comments on commit 3159f07

Please sign in to comment.