Skip to content

Commit

Permalink
Merge pull request #17 from sakebook/release/0.1.0
Browse files Browse the repository at this point in the history
Release/0.1.0
  • Loading branch information
sakebook authored Sep 7, 2019
2 parents 545ef01 + 8fc736e commit eeb0fac
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: cirrusci/flutter:beta
image: cirrusci/flutter:stable
options: -u root

steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Publish plugin

on: [release]
on:
release:
types: [published]

jobs:
publish:

runs-on: ubuntu-latest

container:
image: cirrusci/flutter:beta
image: cirrusci/flutter:stable
options: -u root

steps:
Expand Down
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 eeb0fac

Please sign in to comment.