Skip to content

Commit

Permalink
Release 1.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed Jun 24, 2020
1 parent eb355bc commit eabf4a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20'
implementation 'com.microsoft.design:fluent-system-icons:1.1.21'
```

For library docs, see [android/README.md](android/README.md).
Expand All @@ -32,13 +32,13 @@ For library docs, see [android/README.md](android/README.md).
```ruby
use_frameworks!

pod "FluentIcons", "1.1.20"
pod "FluentIcons", "1.1.21"
```

#### Carthage

```bash
git "[email protected]:microsoft/fluent-system-icons.git" "1.1.20"
git "[email protected]:microsoft/fluent-system-icons.git" "1.1.21"
```

For library docs, see [ios/README.md](ios/README.md).
Expand Down
2 changes: 1 addition & 1 deletion ios/FluentIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.1.20'
s.version = '1.1.21'
s.summary = 'FluentIcons'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

```ruby
use_frameworks!
pod "FluentIcons", "1.1.20"
pod "FluentIcons", "1.1.21"
```

### Carthage

```bash
git "[email protected]:microsoft/fluent-system-icons.git" "1.1.20"
git "[email protected]:microsoft/fluent-system-icons.git" "1.1.21"
```

## Usage
Expand Down

0 comments on commit eabf4a8

Please sign in to comment.