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

Commit

Permalink
Version bump 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
randallli committed Jan 9, 2017
1 parent 23fea50 commit 2e25f31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 1.1.2
# 1.1.3

* Corrected import paths again because `pod lib lint --use-libraries` passes.

# 1.1.2

* Added example for Roboto use in UIWebViews

# 1.1.1

* Corrected import path to pass `pod lib lint`
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.2"
s.version = "1.1.3"
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.2):
- MDFRobotoFontLoader/RobotoFontLoader (= 1.1.2)
- MDFRobotoFontLoader/MDCTypographyAdditions (1.1.2):
- MDFRobotoFontLoader (1.1.3):
- MDFRobotoFontLoader/RobotoFontLoader (= 1.1.3)
- MDFRobotoFontLoader/MDCTypographyAdditions (1.1.3):
- MaterialComponents/Typography
- MDFRobotoFontLoader/RobotoFontLoader
- MDFRobotoFontLoader/RobotoFontLoader (1.1.2):
- MDFRobotoFontLoader/RobotoFontLoader (1.1.3):
- MDFFontDiskLoader

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

PODFILE CHECKSUM: 97c787a870cd8a25dc21de6af6e774b386b1683d

Expand Down

0 comments on commit 2e25f31

Please sign in to comment.