From fd893c8d754e9cf31065717897c384f330d8a01b Mon Sep 17 00:00:00 2001 From: Fluent Build System Date: Fri, 29 May 2020 18:32:29 +0000 Subject: [PATCH] Prepare release 1.0.226 --- README.md | 6 +++--- ios/FluentIcons.podspec | 2 +- ios/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ced7e153a..16acb25c85 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ repositories { ``` Include the following dependency in your project's `build.gradle` ```groovy -implementation 'com.microsoft.design:fluent-icons:1.0.225' +implementation 'com.microsoft.design:fluent-icons:1.0.226' ``` For library docs, see [android/README.md](android/README.md). @@ -30,13 +30,13 @@ For library docs, see [android/README.md](android/README.md). #### Cocoapods ```ruby -pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.225" +pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.226" ``` #### Carthage ```bash -git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.225" +git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.226" ``` For library docs, see [ios/README.md](ios/README.md). diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 4729398bcc..98ea8a8af3 100644 --- a/ios/FluentIcons.podspec +++ b/ios/FluentIcons.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FluentIcons' - s.version = '1.0.225' + s.version = '1.0.226' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/README.md b/ios/README.md index 90b302b3f8..a479f783fe 100644 --- a/ios/README.md +++ b/ios/README.md @@ -8,13 +8,13 @@ ```ruby use_frameworks! -pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.225" +pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.226" ``` ### Carthage ```bash -git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.225" +git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.226" ``` ## Usage