We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7a687 commit 5320a9fCopy full SHA for 5320a9f
Lib/Sauce/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>2.0.0</string>
+ <string>2.0.1</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSHumanReadableCopyright</key>
Sauce.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Sauce"
3
- s.version = "2.0.0"
+ s.version = "2.0.1"
4
s.summary = "Mapping various keyboard layout sources and key codes in macOS. (e.g.: QWERTY, Dvorak)"
5
s.license = { :type => 'MIT', :file => 'LICENSE' }
6
s.homepage = "https://github.com/Clipy/Sauce"
0 commit comments