Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed Jan 4, 2022
1 parent c2cb906 commit 5480b42
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,16 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.4.0...main)
### Changed
- Readme updated.
- On iOS, `deepwall-core` version updated to `2.4.1`.
- On Android, `deepwall-core` version updated to `2.4.1`
## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.4.1...main)


---


## [1.4.1 (2022-01-04)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.4.0...1.4.1)
### Changed
- Readme updated.
- On iOS, `deepwall-core` version updated to `2.4.1`.
- On Android, `deepwall-core` version updated to `2.4.1`

## [1.4.0 (2021-11-30)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.3.0...1.4.0)
### Changed
- Readme updated.
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.4.0
ref: 1.4.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 = '1.4.0'
s.version = '1.4.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: 1.4.0
version: 1.4.1
homepage: https://www.deepwall.com/

environment:
Expand Down

0 comments on commit 5480b42

Please sign in to comment.