diff --git a/README.md b/README.md index 823fcb50b..76bf751f7 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.80' +implementation 'com.microsoft.design:fluent-system-icons:1.1.81' ``` 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.80" +pod "FluentIcons", "1.1.81" ``` #### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.80" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.81" ``` For library docs, see [ios/README.md](ios/README.md). @@ -50,7 +50,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - fluentui_system_icons: "1.1.80" + fluentui_system_icons: "1.1.81" ``` For library docs, see [flutter/README.md](flutter/README.md) diff --git a/_iconCloud/manifest.json b/_iconCloud/manifest.json index 73cc2db27..ccf6c9cb0 100644 --- a/_iconCloud/manifest.json +++ b/_iconCloud/manifest.json @@ -113,7 +113,7 @@ } ], "iconType": "Svg", - "lastUpdated": "2020-11-06T18:38Z", + "lastUpdated": "2020-11-06T19:06Z", "libraryInfoKey": "3821b375b", "libraryName": "Fluent System Library", "libraryProperties": { @@ -129,5 +129,5 @@ "metadata-1-sorting" : "ByWeight", "requestIconUrl": "https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR18J4l1dADVOphobsZW8ExlUNVZTMFpJNVk4SURPWVNDSlZDNFFSWks5VS4u" }, - "libraryVersion": "1.1.80" + "libraryVersion": "1.1.81" } diff --git a/flutter/CHANGELOG.md b/flutter/CHANGELOG.md index b18113da5..6ae7e3a00 100644 --- a/flutter/CHANGELOG.md +++ b/flutter/CHANGELOG.md @@ -1 +1 @@ -## [1.1.80] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file +## [1.1.81] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags \ No newline at end of file diff --git a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf index 8a28f74c3..0efd16f36 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Filled.ttf and b/flutter/lib/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf index 85659a130..4801f31cb 100644 Binary files a/flutter/lib/fonts/FluentSystemIcons-Regular.ttf and b/flutter/lib/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 7f3ae771a..6df4b6086 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: fluentui_system_icons description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft. -version: 1.1.80 +version: 1.1.81 homepage: https://github.com/microsoft/fluentui-system-icons/tree/master environment: diff --git a/fonts/FluentSystemIcons-Filled.ttf b/fonts/FluentSystemIcons-Filled.ttf index 8a28f74c3..0efd16f36 100644 Binary files a/fonts/FluentSystemIcons-Filled.ttf and b/fonts/FluentSystemIcons-Filled.ttf differ diff --git a/fonts/FluentSystemIcons-Regular.ttf b/fonts/FluentSystemIcons-Regular.ttf index 85659a130..4801f31cb 100644 Binary files a/fonts/FluentSystemIcons-Regular.ttf and b/fonts/FluentSystemIcons-Regular.ttf differ diff --git a/ios/FluentIcons.podspec b/ios/FluentIcons.podspec index eff01a280..bdacfd240 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.80' + s.version = '1.1.81' s.summary = 'FluentIcons' s.description = <<-DESC diff --git a/ios/README.md b/ios/README.md index b532f9bd1..44393fce7 100644 --- a/ios/README.md +++ b/ios/README.md @@ -6,13 +6,13 @@ ```ruby use_frameworks! -pod "FluentIcons", "1.1.80" +pod "FluentIcons", "1.1.81" ``` ### Carthage ```bash -git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.80" +git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.81" ``` ## Usage