From 0e498de7e435224b7e6a2d75382270556c5a1349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20W=C4=85sowski?= Date: Sun, 1 May 2022 22:21:49 +0200 Subject: [PATCH] Release 1.2 --- BottomNavigationCircles/build.gradle | 2 +- CHANGELOG.md | 7 ++++++- README.md | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/BottomNavigationCircles/build.gradle b/BottomNavigationCircles/build.gradle index b265c3e..318a116 100644 --- a/BottomNavigationCircles/build.gradle +++ b/BottomNavigationCircles/build.gradle @@ -56,7 +56,7 @@ afterEvaluate { from components.release groupId = 'com.github.kwasow' artifactId = 'bottomnavigationcircles' - version = '1.1' + version = '1.2' } } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2f0d1..29e79c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 1.1 (in beta) +## 1.2 + +- Fixed issues with `material v1.5.0` + +## 1.1 + - Updated for material-1.4.0 - Changed circle color setter - Added setting color in XML diff --git a/README.md b/README.md index a37af35..08e3af2 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ dependencies { ``` Available versions: -| Release | Version Tag | Comment | -|---------|--------------------------------|------------------------------------------| -| legacy | 1.0 | material [version <= 1.3.0] | -| stable | 1.1.1 | material [version >= 1.4.0] | -| beta | 1.1-beta6 | material [version >= 1.4.0] | +| Release | Version Tag | Comment | +| ------- | ----------- | --------------------------- | +| legacy | 1.0 | material [version <= 1.3.0] | +| stable | 1.2 | material [version >= 1.4.0] | +| beta | 1.1-beta6 | material [version >= 1.4.0] | ## Usage