Skip to content

Commit

Permalink
Relase 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed Jun 9, 2021
1 parent dc51439 commit 7fd5809
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 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/1.2.0...main)
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.3.0...main)


---


## [1.3.0 (2021-04-09)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.2.0...1.3.0)
### Added
- Added missing examples to [readme](README.md) file.

Expand All @@ -10,10 +16,6 @@ All notable changes to this project will be documented in this file.
- On Android, `deepwall-core` version updated to `2.3.0`.
- On Android, kotlin version requirement is `1.4.32` or higher.


---


## [1.2.0 (2021-04-09)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.1.0...1.2.0)
### Changed
- On iOS `deepwall-core` version upgraded to version `~> 2.2`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: 1.2.0
ref: 1.3.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 = '1.2.0'
s.version = '1.3.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: 1.2.0
version: 1.3.0
homepage: https://www.deepwall.com/

environment:
Expand Down

0 comments on commit 7fd5809

Please sign in to comment.