diff --git a/README.md b/README.md index bbd252eb9b..61ee2a15b2 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.213' +implementation 'com.microsoft.design:fluent-icons:1.0.215' ``` 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.213" +pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.215" ``` #### Carthage ```bash -git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.213" +git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.215" ``` For library docs, see [ios/README.md](ios/README.md). diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index e85f6072d0..01041fa74e 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.213' + s.version = '1.0.215' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/README.md b/ios/README.md index 7ac7dfc9ac..69c59adcc6 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.213" +pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.215" ``` ### Carthage ```bash -git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.213" +git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.215" ``` ## Usage