Skip to content

Commit

Permalink
Prepare release 1.0.226
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentCI committed May 29, 2020
1 parent 1f0f841 commit fd893c8
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-icons:1.0.225'
implementation 'com.microsoft.design:fluent-icons:1.0.226'
```

For library docs, see [android/README.md](android/README.md).
Expand All @@ -30,13 +30,13 @@ For library docs, see [android/README.md](android/README.md).
#### Cocoapods

```ruby
pod "FluentIcons", git: "https://[email protected]/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.225"
pod "FluentIcons", git: "https://[email protected]/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.226"
```

#### Carthage

```bash
git "[email protected]:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.225"
git "[email protected]:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.226"
```

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.0.225'
s.version = '1.0.226'
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 @@ -8,13 +8,13 @@

```ruby
use_frameworks!
pod "FluentIcons", git: "https://[email protected]/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.225"
pod "FluentIcons", git: "https://[email protected]/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.226"
```

### Carthage

```bash
git "[email protected]:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.225"
git "[email protected]:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.226"
```

## Usage
Expand Down

0 comments on commit fd893c8

Please sign in to comment.