Skip to content

Commit

Permalink
Version up 0.0.3 to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Sep 7, 2019
1 parent 1b0e1f4 commit d96191f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

* Change flutter channel to stable.
* Fix Android initialize.
* Add unit test.

## 0.0.3

* Define Swift version.
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PODS:
- nanopb/encode (= 0.3.901)
- nanopb/decode (0.3.901)
- nanopb/encode (0.3.901)
- native_ads (0.0.3):
- native_ads (0.1.0):
- Flutter
- Google-Mobile-Ads-SDK

Expand All @@ -56,7 +56,7 @@ SPEC CHECKSUMS:
GoogleAppMeasurement: 86a82f0e1f20b8eedf8e20326530138fd71409de
GoogleUtilities: e7dc37039b19df7fe543479d3e4a02ac8d11bb69
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
native_ads: cba31e11eb56f051f1a47c73f3747a25c49ee190
native_ads: ed929d12e7883148741ca0070d5f4d12eea23203

PODFILE CHECKSUM: b6a0a141693093b304368d08511b46cf3d1d0ac5

Expand Down
2 changes: 1 addition & 1 deletion ios/native_ads.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'native_ads'
s.version = '0.0.3'
s.version = '0.1.0'
s.swift_version = '5.0'
s.summary = 'Flutter native ads with PlatformView'
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: native_ads
description: Flutter plugin for AdMob Native Ads. Compatible with Android and iOS using PlatformView.
version: 0.0.3
version: 0.1.0
author: sakebook <[email protected]>
homepage: https://github.com/sakebook/flutter_native_ads

Expand Down

0 comments on commit d96191f

Please sign in to comment.