From 537c3258672c3a7a2a1eea574d03f884bb542f46 Mon Sep 17 00:00:00 2001 From: Rafael M Date: Sun, 20 Feb 2022 00:47:44 +0000 Subject: [PATCH] publish fixes as new version --- CHANGELOG.md | 4 ++++ README.md | 2 +- ios/status_bar_control.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4930af..78e59fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +- Fix License and Readme + ## 3.2.0 - Rename to status_bar_control diff --git a/README.md b/README.md index ef8c877..0d17f19 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Build the example project for iOS and Android from the [example](./example) fold ## Installation ```bash -status_bar_control: ^3.2.0 +status_bar_control: ^3.2.1 ``` to your `pubspec.yaml` and run diff --git a/ios/status_bar_control.podspec b/ios/status_bar_control.podspec index 4770b74..26977b5 100644 --- a/ios/status_bar_control.podspec +++ b/ios/status_bar_control.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'status_bar_control' - s.version = '3.2.0' + s.version = '3.2.1' s.summary = 'Status Bar Control' s.description = <<-DESC Status Bar Control diff --git a/pubspec.yaml b/pubspec.yaml index b53d190..593c20c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: status_bar_control description: Status Bar Control, lets you control the status bar color, style (theme), visibility, and translucent properties across iOS and Android. -version: 3.2.0 +version: 3.2.1 homepage: https://github.com/rafaelmaeuer/flutter_statusbar_control dependencies: