Skip to content

Commit 3bdf371

Browse files
chore: version 0.7.0 (#69)
1 parent c9b7000 commit 3bdf371

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.7.0
7+
8+
* feat: websocket security improvement
9+
* fix: intl update to 0.20.2 max
10+
611
## 0.6.4
712

813
* fix: Spanish Language not handling properly within the SDK (es-ES)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To manage distributions, open the Crowdin project and go to the *Translations* >
6060

6161
```yml
6262
dependencies:
63-
crowdin_sdk: ^0.6.4
63+
crowdin_sdk: ^0.7.0
6464

6565
flutter_localizations:
6666
sdk: flutter

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packages:
7979
path: ".."
8080
relative: true
8181
source: path
82-
version: "0.6.4"
82+
version: "0.7.0"
8383
crypto:
8484
dependency: transitive
8585
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: crowdin_sdk
22
description: Crowdin Flutter SDK for instant translation delivery Over-The-Air directly to your application
3-
version: 0.6.4
3+
version: 0.7.0
44
repository: https://github.com/crowdin/flutter-sdk
55
homepage: https://github.com/crowdin/flutter-sdk
66

0 commit comments

Comments
 (0)