Skip to content

Commit dda440d

Browse files
Bump ver to b43
1 parent 87405eb commit dda440d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dcbattwebhook-swift/dcbattwebhook_swiftApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import WatchConnectivity
1313
/// Name of the app
1414
public let prodName = "Battery Webhook"
1515
/// Base version of the app, use `version` if you want the running OS as well
16-
public let versionBase = "1.0b42"
16+
public let versionBase = "1.0b43"
1717

1818
#if os(macOS)
1919
public let version = "\(versionBase) on macOS"
@@ -24,7 +24,7 @@ public let version = "\(versionBase) on visionOS"
2424
#elseif os(tvOS)
2525
public let version = "\(versionBase) on tvOS"
2626
#elseif os(iOS)
27-
public let version = "\(versionBase) on iOS"
27+
public let version = "\(versionBase)"
2828
#endif
2929

3030
@main

0 commit comments

Comments
 (0)