Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefKababe committed May 31, 2019
1 parent f74e9f7 commit c86f04c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.3.1] - 2019/05/31
iOS Banner Crash fix

## [0.3.0] - 2019/05/28
Add iOS support!

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is an early version of the plugin, my primary goal was to overcome the bann
Add this to your pubspec.yml dependencies:

```yaml
admob_flutter: "^0.3.0"
admob_flutter: "^0.3.1"
```
### Supported Platforms
- `0.3.0` >= iOS
Expand Down
2 changes: 1 addition & 1 deletion ios/admob_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'admob_flutter'
s.version = '0.3.0'
s.version = '0.3.1'
s.swift_version = '5.0'
s.summary = 'Admob plugin that shows banner ads using native platform views.'
s.description = <<-DESC
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: admob_flutter
description: Admob plugin that shows banner ads using native platform views.
version: 0.3.0
version: 0.3.1
author: Youssef Kababe <[email protected]>
homepage: https://github.com/YoussefKababe/admob_flutter

Expand Down

0 comments on commit c86f04c

Please sign in to comment.