Skip to content

Commit

Permalink
Merge pull request #511 from korzonkiee/fix/versions
Browse files Browse the repository at this point in the history
Update version from 5.8.0 to 5.9.0 in PolarBleApiDefaultImpl files
  • Loading branch information
pth-pe-gh authored Dec 10, 2024
2 parents 49b0dde + 9e5ea32 commit 31ee5d5
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.8.0"
return "5.9.0"
}
}
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.8.0"
return "5.9.0"
}
}

0 comments on commit 31ee5d5

Please sign in to comment.