Skip to content

Commit

Permalink
Release 4.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Dec 12, 2022
1 parent fdda98a commit 536ed07
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 "3.3.4"
return "4.0.0-beta"
}
}
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 "3.3.6"
return "4.0.0-beta"
}
}

0 comments on commit 536ed07

Please sign in to comment.