diff --git a/CHANGELOG.md b/CHANGELOG.md index 1779ed3..bb1eab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# (2020-10-19) +## 1.0.1 (2020-10-19) + +* fix(POM): update and fix conflict version number ([cc2a201](https://github.com/johnnymillergh/media-streaming/commit/cc2a201)) + + + +# 1.0.0 (2020-10-19) ### Bug Fixes diff --git a/media-streaming-sample-app/pom.xml b/media-streaming-sample-app/pom.xml index a5488d6..4b464f4 100644 --- a/media-streaming-sample-app/pom.xml +++ b/media-streaming-sample-app/pom.xml @@ -5,7 +5,7 @@ com.jmframework.boot media-streaming - 1.0.0 + 1.0.1 com.jmsoftware.boot media-streaming-sample-app diff --git a/media-streaming-spring-boot-autoconfigure/pom.xml b/media-streaming-spring-boot-autoconfigure/pom.xml index 229aa30..b20fdf0 100644 --- a/media-streaming-spring-boot-autoconfigure/pom.xml +++ b/media-streaming-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ com.jmframework.boot media-streaming - 1.0.0 + 1.0.1 media-streaming-spring-boot-autoconfigure Media Streaming :: Spring Boot Autoconfigure diff --git a/media-streaming-spring-boot-starter/pom.xml b/media-streaming-spring-boot-starter/pom.xml index 5d31a69..83ff743 100644 --- a/media-streaming-spring-boot-starter/pom.xml +++ b/media-streaming-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.jmframework.boot media-streaming - 1.0.0 + 1.0.1 media-streaming-spring-boot-starter Media Streaming :: Spring Boot Starter diff --git a/pom.xml b/pom.xml index 22f3305..72059f7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.jmframework.boot media-streaming - 1.0.0 + 1.0.1 Media Steaming Media Streaming for Java pom