Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed Jan 27, 2022
1 parent 5d5c183 commit 3932edd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# 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.0...main)
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.1...main)


---


## [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)


## [2.0.0 (2022-01-05)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.4.1...2.0.0)
### Added
- Migrated to null safety
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.0
ref: 2.0.1
```
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.0'
s.version = '2.0.1'
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.0
version: 2.0.1
homepage: https://www.deepwall.com/

environment:
Expand Down

0 comments on commit 3932edd

Please sign in to comment.