From 3a345b806e9bdf1c4c8f0ed54f064893b37e503c Mon Sep 17 00:00:00 2001 From: imaNNeoFighT Date: Thu, 14 Feb 2019 21:55:47 +0330 Subject: [PATCH] increased version to 0.0.2 --- CHANGELOG.md | 7 +++++-- README.md | 13 +------------ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..3f29bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ -## [0.0.1] - TODO: Add release date. +## [0.0.2] - Beta 1. +* Increased Circle size +* Added scale factor on tab icons -* TODO: Describe initial release. + +## [0.0.1] - Initial. diff --git a/README.md b/README.md index 1130f39..9a3d46a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ # circular_bottom_navigation -A new Flutter project. - -## Getting Started - -This project is a starting point for a Dart -[package](https://flutter.io/developing-packages/), -a library module containing code that can be shared easily across -multiple Flutter or Dart projects. - -For help getting started with Flutter, view our -[online documentation](https://flutter.io/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +Circular Bottom Navigation (or maybe a tab bar). \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3a6b969..7deabc6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: circular_bottom_navigation description: Circular Bottom Navigation (or maybe a tab bar) -version: 0.0.1 +version: 0.0.2 author: Iman Khoshabi homepage: https://github.com/imaNNeoFighT/circular_bottom_navigation