Skip to content

Commit

Permalink
chore: version 0.5.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Dec 29, 2023
1 parent 2e79c89 commit 7b44e16
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.5.0

* Set more precise scopes required for the OAuth application

## 0.4.0

* Fix plural strings handling
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.4.0
crowdin_sdk: ^0.5.0

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 @@ -103,7 +103,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.5.0"
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.4.0
version: 0.5.0
repository: https://github.com/crowdin/flutter-sdk
homepage: https://github.com/crowdin/flutter-sdk

Expand Down

0 comments on commit 7b44e16

Please sign in to comment.