diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c23d7..5b7ce0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,3 +72,8 @@ ## [1.5.3] - Renamed packages, updated license and links + +## [1.5.7] + +- Updated the examples +- Fixed some issues with flutter_device_locale and swift diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5e8a72e..55d9ca0 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: example description: Example project for the flutter_translate library -version: 1.5.4 +version: 1.5.7 environment: sdk: ">=2.1.0 <3.0.0" diff --git a/example_static_keys/ios/Runner.xcodeproj/project.pbxproj b/example_static_keys/ios/Runner.xcodeproj/project.pbxproj index 1b852f2..4aace59 100644 --- a/example_static_keys/ios/Runner.xcodeproj/project.pbxproj +++ b/example_static_keys/ios/Runner.xcodeproj/project.pbxproj @@ -380,7 +380,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1.5.4; + CURRENT_PROJECT_VERSION = 1.5.7; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -392,7 +392,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.7; PRODUCT_BUNDLE_IDENTIFIER = dev.leadcode.exampleStaticKeys; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; @@ -513,7 +513,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1.5.4; + CURRENT_PROJECT_VERSION = 1.5.7; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -525,7 +525,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.7; PRODUCT_BUNDLE_IDENTIFIER = dev.leadcode.exampleStaticKeys; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; @@ -541,7 +541,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1.5.4; + CURRENT_PROJECT_VERSION = 1.5.7; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -553,7 +553,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.7; PRODUCT_BUNDLE_IDENTIFIER = dev.leadcode.exampleStaticKeys; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; diff --git a/example_static_keys/pubspec.yaml b/example_static_keys/pubspec.yaml index e983ab2..5bf0352 100644 --- a/example_static_keys/pubspec.yaml +++ b/example_static_keys/pubspec.yaml @@ -1,6 +1,6 @@ name: example_static_keys description: Flutter translate example with static localization keys. - +version: 1.5.7 environment: sdk: ">=2.1.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 6e0569c..1dafee9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_translate description: Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter. -version: 1.5.6 +version: 1.5.7 author: Florin Bratan homepage: https://leadcode.dev repository: https://github.com/bratan/flutter_translate