Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randallli committed Mar 7, 2017
1 parent 965cc5c commit deb87ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0

* Added API: isLargeForContrastRatio: so that medium can be considered large at 14pt size.

# 1.1.3

* Corrected import paths again because `pod lib lint --use-libraries` passes.
Expand Down
2 changes: 1 addition & 1 deletion MDFRobotoFontLoader.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MDFRobotoFontLoader"
s.summary = "MDFRobotoFontLoader"
s.version = "1.1.3"
s.version = "1.2.0"
s.authors = "The Material Foundation Authors"
s.license = "Apache 2.0"
s.homepage = "https://github.com/material-foundation/material-roboto-font-loader-ios"
Expand Down
10 changes: 5 additions & 5 deletions examples/apps/RobotoFontLoaderExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PODS:
- CatalogByConvention (2.0.0)
- MaterialComponents/Typography (19.0.4)
- MDFFontDiskLoader (1.0.0)
- MDFRobotoFontLoader (1.1.3):
- MDFRobotoFontLoader/RobotoFontLoader (= 1.1.3)
- MDFRobotoFontLoader/MDCTypographyAdditions (1.1.3):
- MDFRobotoFontLoader (1.2.0):
- MDFRobotoFontLoader/RobotoFontLoader (= 1.2.0)
- MDFRobotoFontLoader/MDCTypographyAdditions (1.2.0):
- MaterialComponents/Typography
- MDFRobotoFontLoader/RobotoFontLoader
- MDFRobotoFontLoader/RobotoFontLoader (1.1.3):
- MDFRobotoFontLoader/RobotoFontLoader (1.2.0):
- MDFFontDiskLoader

DEPENDENCIES:
Expand All @@ -23,7 +23,7 @@ SPEC CHECKSUMS:
CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275
MaterialComponents: bd2bbd4e8631c6a560100848c7d2a864e61b6716
MDFFontDiskLoader: 95d6c92c644f24897dee5a860973b0da4d9a1ce4
MDFRobotoFontLoader: 8cdf07e27a0b405fbbcbcf0d163e5043ff290e6e
MDFRobotoFontLoader: 3d754aff801203a59bea1e965518d74e63a32e0e

PODFILE CHECKSUM: 97c787a870cd8a25dc21de6af6e774b386b1683d

Expand Down

0 comments on commit deb87ba

Please sign in to comment.