diff --git a/MTMR/Info.plist b/MTMR/Info.plist
index 3f8a189..df5f206 100644
--- a/MTMR/Info.plist
+++ b/MTMR/Info.plist
@@ -19,7 +19,7 @@
CFBundleShortVersionString
0.20.3
CFBundleVersion
- 197
+ 201
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/MTMRTests/ParseConfigTests.swift b/MTMRTests/ParseConfigTests.swift
index a3321cc..ebea8a5 100644
--- a/MTMRTests/ParseConfigTests.swift
+++ b/MTMRTests/ParseConfigTests.swift
@@ -40,7 +40,7 @@ class ParseConfig: XCTestCase {
XCTFail()
return
}
- guard case .keyPress(keycode: 53)? = result?.first?.action else {
+ guard case .keyPressSession(keycode: 53)? = result?.first?.action else {
XCTFail()
return
}
@@ -55,7 +55,7 @@ class ParseConfig: XCTestCase {
XCTFail()
return
}
- guard case .keyPress(keycode: 53)? = result?.first?.action else {
+ guard case .keyPressSession(keycode: 53)? = result?.first?.action else {
XCTFail()
return
}