Skip to content

Commit

Permalink
Bump ver to b43
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatStella7922 committed Nov 15, 2023
1 parent 87405eb commit dda440d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions dcbattwebhook-swift/dcbattwebhook_swiftApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import WatchConnectivity
/// Name of the app
public let prodName = "Battery Webhook"
/// Base version of the app, use `version` if you want the running OS as well
public let versionBase = "1.0b42"
public let versionBase = "1.0b43"

#if os(macOS)
public let version = "\(versionBase) on macOS"
Expand All @@ -24,7 +24,7 @@ public let version = "\(versionBase) on visionOS"
#elseif os(tvOS)
public let version = "\(versionBase) on tvOS"
#elseif os(iOS)
public let version = "\(versionBase) on iOS"
public let version = "\(versionBase)"
#endif

@main
Expand Down

0 comments on commit dda440d

Please sign in to comment.