Skip to content

Commit

Permalink
Updated pubspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bratan committed Nov 30, 2019
1 parent 3d50a6f commit e9bf067
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 6 additions & 6 deletions example_static_keys/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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";
Expand Down Expand Up @@ -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)",
Expand All @@ -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";
Expand All @@ -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)",
Expand All @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion example_static_keys/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
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: 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 <[email protected]>
homepage: https://leadcode.dev
repository: https://github.com/bratan/flutter_translate
Expand Down

0 comments on commit e9bf067

Please sign in to comment.