Skip to content

Commit 1c373a4

Browse files
committed
Bump version
1 parent f43b1ad commit 1c373a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

macos/sol-macOS/AppDelegate.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,14 +405,14 @@ class AppDelegate: NSObject, NSApplicationDelegate,
405405
}
406406

407407
@objc func hideWindow() {
408-
#if !DEBUG
408+
// #if !DEBUG
409409
if mainWindow.isVisible {
410410
overlayWindow.orderOut(self)
411411
mainWindow.orderOut(self)
412412
SolEmitter.sharedInstance.onHide()
413413
settingsHotKey.isPaused = true
414414
}
415-
#endif
415+
// #endif
416416
}
417417

418418
func setHorizontalArrowCatch(catchHorizontalArrowPress: Bool) {

macos/sol-macOS/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.140</string>
20+
<string>2.1.141</string>
2121
<key>CFBundleVersion</key>
22-
<string>354</string>
22+
<string>355</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.productivity</string>
2525
<key>LSMinimumSystemVersion</key>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sol",
3-
"version": "2.1.140",
3+
"version": "2.1.141",
44
"private": true,
55
"scripts": {
66
"start": "react-native-macos start",

0 commit comments

Comments
 (0)