Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed May 6, 2022
1 parent 0e0b2a4 commit 2da70d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.1...main)
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/3.0.0...main)


---


## [3.0.0 (2022-05-06)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.1...3.0.0)
### Fixed
- Fixed typo on readme file
- Added missing import to readme
Expand All @@ -15,9 +21,6 @@ All notable changes to this project will be documented in this file.
- On android added orientation parameter to `requestPaywall` method


---


## [2.0.1 (2022-01-27)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.0...2.0.1)
### Fixed
- Removed todo's from android native code. (onDetachedFromActivity)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add below code into your `pubspec.yaml` file under `dependencies` section.
deepwall_flutter_plugin:
git:
url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git
ref: 2.0.1
ref: 3.0.0
```
And run `$ flutter pub get`
Expand Down
2 changes: 1 addition & 1 deletion ios/deepwall_flutter_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'deepwall_flutter_plugin'
s.version = '2.0.1'
s.version = '3.0.0'
s.summary = 'Deepwall Flutter plugin.'
s.description = <<-DESC
Deepwall Flutter plugin.
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: deepwall_flutter_plugin
description: Deepwall Flutter plugin.
version: 2.0.1
version: 3.0.0
homepage: https://www.deepwall.com/

environment:
Expand Down

0 comments on commit 2da70d1

Please sign in to comment.