From e6e7cacaf75de389208cdcae5a8c56046de03068 Mon Sep 17 00:00:00 2001 From: Fluent Build System Date: Wed, 24 Jun 2020 16:01:11 +0000 Subject: [PATCH] Release 1.1.20 --- 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 6bca03c72..71b7fb072 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-system-icons:1.1.19' +implementation 'com.microsoft.design:fluent-system-icons:1.1.20' ``` For library docs, see [android/README.md](android/README.md). @@ -32,13 +32,13 @@ For library docs, see [android/README.md](android/README.md). ```ruby use_frameworks! -pod "FluentIcons", "1.1.19" +pod "FluentIcons", "1.1.20" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluent-system-icons.git" "1.1.19" +git "git@github.com:microsoft/fluent-system-icons.git" "1.1.20" ``` For library docs, see [ios/README.md](ios/README.md). diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index b093d8534..9c1bd3c27 100644 --- a/ios/FluentIcons.podspec +++ b/ios/FluentIcons.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FluentIcons' - s.version = '1.1.19' + s.version = '1.1.20' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/README.md b/ios/README.md index c0acb1fb9..a76fb1be9 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.19" +pod "FluentIcons", "1.1.20" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluent-system-icons.git" "1.1.19" +git "git@github.com:microsoft/fluent-system-icons.git" "1.1.20" ``` ## Usage