Skip to content

Commit

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

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.213"
pod "FluentIcons", git: "https://[email protected]/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.215"
```

#### Carthage

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

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.213'
s.version = '1.0.215'
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 @@ -7,13 +7,13 @@
### Cocoapods

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

### Carthage

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

## Usage
Expand Down

0 comments on commit e3b7ff5

Please sign in to comment.