Release 1.1.20
This commit is contained in:
Родитель
0f3c0a0a62
Коммит
e6e7cacaf7
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче