From b66d17f678619a2fb7ed2e4e16447716d9c6d1ac Mon Sep 17 00:00:00 2001 From: Fluent Build System Date: Wed, 26 Feb 2020 06:14:02 +0000 Subject: [PATCH] Prepare release 1.0.179 --- 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 90c7b85bd..2cc29916d 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.177' +implementation 'com.microsoft.design:fluent-icons:1.0.179' ``` 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.177" +pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.179" ``` #### Carthage ```bash -git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.177" +git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.179" ``` For library docs, see [ios/README.md](ios/README.md). diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index 7d8fc53f5..a76ddc7b7 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.177' + s.version = '1.0.179' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/README.md b/ios/README.md index 21211c409..c052a5fb8 100644 --- a/ios/README.md +++ b/ios/README.md @@ -7,13 +7,13 @@ ### Cocoapods ```ruby -pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.177" +pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.179" ``` ### Carthage ```bash -git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.177" +git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.179" ``` ## Usage