Skip to content

Commit

Permalink
chore: version 0.6.3 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jun 12, 2024
1 parent aa5c798 commit a53e09f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.6.3

* fix: timestamp query for translation request

## 0.6.2

* fix: deprecated uni_links package changed by app_links
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To manage distributions, open the Crowdin project and go to the *Translations* >

```yml
dependencies:
crowdin_sdk: ^0.6.2
crowdin_sdk: ^0.6.3

flutter_localizations:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.6.2"
version: "0.6.3"
crypto:
dependency: transitive
description:
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: crowdin_sdk
description: Crowdin Flutter SDK for instant translation delivery Over-The-Air directly to your application
version: 0.6.2
version: 0.6.3
repository: https://github.com/crowdin/flutter-sdk
homepage: https://github.com/crowdin/flutter-sdk

Expand Down

0 comments on commit a53e09f

Please sign in to comment.