From 0ecbaba62194a449c6553223bc80693d122bfb66 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 28 Jan 2026 10:32:44 +0200 Subject: [PATCH] chore: version 1.1.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679dea3..d4d74bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 1.1.0 + +feat: support named parameters + ## 1.0.0 - First stable release diff --git a/README.md b/README.md index 2b042ba..6788793 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To manage distributions, open the Crowdin project and go to the *Translations* > ```yml dependencies: - crowdin_sdk: ^1.0.0 + crowdin_sdk: ^1.1.0 flutter_localizations: sdk: flutter diff --git a/example/pubspec.lock b/example/pubspec.lock index 6992b22..5560e3c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -103,7 +103,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.1.0" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7e03f91..8374ca6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: crowdin_sdk description: Crowdin Flutter SDK for instant translation delivery Over-The-Air directly to your application -version: 1.0.0 +version: 1.1.0 repository: https://github.com/crowdin/flutter-sdk homepage: https://github.com/crowdin/flutter-sdk