Skip to content

Commit

Permalink
Release 5.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Mar 7, 2023
1 parent 63de150 commit 9956429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ object PolarBleApiDefaultImpl {
*/
@JvmStatic
fun versionInfo(): String {
return "5.0.0-beta3"
return "5.0.0-beta4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class PolarBleApiDefaultImpl {
///
/// - Returns: version in format major.minor.patch
public static func versionInfo() -> String {
return "5.0.0-beta3"
return "5.0.0-beta4"
}
}

0 comments on commit 9956429

Please sign in to comment.