diff --git a/CHANGES.md b/CHANGES.md index d123ae9..0db4ef5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Changelog -------------------------------------------- +[128.6613.02] - 2024.08.27 + +* Bump webrtc M128.6613.02 + [128.6613.01] - 2024.08.24 * Bump webrtc M128.6613.01 diff --git a/README.md b/README.md index 67f8528..eace5ff 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:128.6613.01' + implementation 'tech.waterbus:webrtc:128.6613.02' } ``` diff --git a/gradle.properties b/gradle.properties index 9879efa..e361335 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=tech.waterbus -VERSION_NAME=128.6613.01 +VERSION_NAME=128.6613.02 POM_NAME=WebRTC Android SDK POM_DESCRIPTION=WebRTC Android SDK