Skip to content

Commit e84aab3

Browse files
chore: version 1.1.1 (#86)
1 parent 539d858 commit e84aab3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

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+
## 1.1.1
7+
8+
chore: update real-time preview WebSocket event naming
9+
610
## 1.1.0
711

812
feat: support named parameters

README.md

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

8989
```yml
9090
dependencies:
91-
crowdin_sdk: ^1.1.0
91+
crowdin_sdk: ^1.1.1
9292

9393
flutter_localizations:
9494
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: "1.1.0"
106+
version: "1.1.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: 1.1.0
3+
version: 1.1.1
44
repository: https://github.com/crowdin/flutter-sdk
55
homepage: https://github.com/crowdin/flutter-sdk
66

0 commit comments

Comments
 (0)