Skip to content

Commit

Permalink
publish fixes as new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Feb 20, 2022
1 parent af1af30 commit 537c325
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.1

- Fix License and Readme

## 3.2.0

- Rename to status_bar_control
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/status_bar_control.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 537c325

Please sign in to comment.