Skip to content

Commit 619fb3e

Browse files
chore: version 0.6.1 (#48)
1 parent fb20e23 commit 619fb3e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6.1
7+
8+
* fix: Pass static analysis. crowdin_generator.dart format
9+
610
## 0.6.0
711

812
* fix: Select options in Flutter ARB translation languages not working when using CDN

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.0
63+
crowdin_sdk: ^0.6.1
6464

6565
flutter_localizations:
6666
sdk: flutter

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ packages:
103103
path: ".."
104104
relative: true
105105
source: path
106-
version: "0.6.0"
106+
version: "0.6.1"
107107
crypto:
108108
dependency: transitive
109109
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.0
3+
version: 0.6.1
44
repository: https://github.com/crowdin/flutter-sdk
55
homepage: https://github.com/crowdin/flutter-sdk
66

0 commit comments

Comments
 (0)