diff --git a/AuthenticationReadMe.md b/AuthenticationReadMe.md index d3b1263..8997730 100644 --- a/AuthenticationReadMe.md +++ b/AuthenticationReadMe.md @@ -68,6 +68,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.2 -> 0.4 - No changes to Authentication ### 0.1 - Initial build diff --git a/CloudMatrixReadMe.md b/CloudMatrixReadMe.md index 878a13a..26e8d71 100755 --- a/CloudMatrixReadMe.md +++ b/CloudMatrixReadMe.md @@ -526,6 +526,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.2 -> 0.4 - No changes to CloudMatrix ### 0.1 - Initial build diff --git a/CoreReadMe.md b/CoreReadMe.md index c59fc75..10e95ce 100755 --- a/CoreReadMe.md +++ b/CoreReadMe.md @@ -168,6 +168,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.4 - No changes to Core ### 0.3 - Updated batch job service to include completion listener and convenience method to clear jobs after processing diff --git a/PlayKit2GoReadMe.md b/PlayKit2GoReadMe.md index 1a3746a..610017d 100755 --- a/PlayKit2GoReadMe.md +++ b/PlayKit2GoReadMe.md @@ -175,6 +175,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.4 - PlayKit2Go Module added to SDK ### 0.1 -> 0.3 - No Purchases Module diff --git a/PlayKitReadMe.md b/PlayKitReadMe.md index 3ccc65e..d88b960 100644 --- a/PlayKitReadMe.md +++ b/PlayKitReadMe.md @@ -575,6 +575,10 @@ amgPlayKit?.setSpoilerFree(enabled: Boolean) // true = spoiler free mode on, fal All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.4 - Minor changes for PlayKit2Go integration ### 0.3 diff --git a/PurchasesReadMe.md b/PurchasesReadMe.md index 2b3658e..3ac0b6e 100755 --- a/PurchasesReadMe.md +++ b/PurchasesReadMe.md @@ -163,6 +163,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.4 - Purchases Module added to SDK ### 0.1 -> 0.3 - No Purchases Module diff --git a/README.md b/README.md index 059ee8d..21dfde4 100755 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.4 - Purchases and PlayKit2Go SDKs added ### 0.3 - Updates to Core and major Playkit feature enhancements diff --git a/StreamPlayReadMe.md b/StreamPlayReadMe.md index d372fdc..d8e56f7 100755 --- a/StreamPlayReadMe.md +++ b/StreamPlayReadMe.md @@ -492,6 +492,10 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.0 - Release + +### Beta releases + ### 0.2 -> 0.4 - No changes to StreamPlay ### 0.1 - Initial build diff --git a/build.gradle b/build.gradle index b867bde..6013bb9 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,8 @@ plugins { id 'maven-publish' } // Versions of the library modules are matched (eg 1.0 core goes with 1.0 cloudmatrix) to prevent dependency issues -ext.SDK_VERSION_CODE = 7 -ext.SDK_VERSION_NAME = "0.4.2" +ext.SDK_VERSION_CODE = 8 +ext.SDK_VERSION_NAME = "1.0" publishing { publications {