diff --git a/CHANGES.md b/CHANGES.md index a0916ba..bd413cc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Changelog -------------------------------------------- +[125.6422.01] - 2024.05.29 + +* Bump webrtc M125 + [124.6367.01] - 2024.04.27 * Bump webrtc M124 diff --git a/README.md b/README.md index c3f4575..e59431d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project ```gradle dependencies { - implementation 'tech.waterbus:webrtc:124.6367.01' + implementation 'tech.waterbus:webrtc:125.6422.01' } ``` diff --git a/gradle.properties b/gradle.properties index 4667259..dda75e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=tech.waterbus -VERSION_NAME=124.6367.01 +VERSION_NAME=125.6422.01 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK