Skip to content

Commit c86f04c

Browse files
committed
Bump version
1 parent f74e9f7 commit c86f04c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.3.1] - 2019/05/31
2+
iOS Banner Crash fix
3+
14
## [0.3.0] - 2019/05/28
25
Add iOS support!
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is an early version of the plugin, my primary goal was to overcome the bann
1919
Add this to your pubspec.yml dependencies:
2020

2121
```yaml
22-
admob_flutter: "^0.3.0"
22+
admob_flutter: "^0.3.1"
2323
```
2424
### Supported Platforms
2525
- `0.3.0` >= iOS

ios/admob_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'admob_flutter'
6-
s.version = '0.3.0'
6+
s.version = '0.3.1'
77
s.swift_version = '5.0'
88
s.summary = 'Admob plugin that shows banner ads using native platform views.'
99
s.description = <<-DESC

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: admob_flutter
22
description: Admob plugin that shows banner ads using native platform views.
3-
version: 0.3.0
3+
version: 0.3.1
44
author: Youssef Kababe <[email protected]>
55
homepage: https://github.com/YoussefKababe/admob_flutter
66

0 commit comments

Comments
 (0)