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

Commit

Permalink
Bumped version to 1.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
randallli authored and ajsecord committed Dec 28, 2016
1 parent cbed4a1 commit 5faf838
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.0

## API changes

* Added class methods to determine if a font is italic or bold.
* Added a subspec for MDCTypography protocol compatibility.

## 1.0.0

Initial release.
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.0.0"
s.version = "1.1.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
12 changes: 5 additions & 7 deletions examples/apps/RobotoFontLoaderExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ PODS:
- CatalogByConvention (2.0.0)
- MaterialComponents/Typography (19.0.4)
- MDFFontDiskLoader (1.0.0)
- MDFRobotoFontLoader (1.0.0):
- MDFFontDiskLoader
- MDFRobotoFontLoader/RobotoFontLoader (= 1.0.0)
- MDFRobotoFontLoader/MDCTypographyAdditions (1.0.0):
- MDFRobotoFontLoader (1.1.0):
- MDFRobotoFontLoader/RobotoFontLoader (= 1.1.0)
- MDFRobotoFontLoader/MDCTypographyAdditions (1.1.0):
- MaterialComponents/Typography
- MDFFontDiskLoader
- MDFRobotoFontLoader/RobotoFontLoader
- MDFRobotoFontLoader/RobotoFontLoader (1.0.0):
- MDFRobotoFontLoader/RobotoFontLoader (1.1.0):
- MDFFontDiskLoader

DEPENDENCIES:
Expand All @@ -25,7 +23,7 @@ SPEC CHECKSUMS:
CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275
MaterialComponents: bd2bbd4e8631c6a560100848c7d2a864e61b6716
MDFFontDiskLoader: 95d6c92c644f24897dee5a860973b0da4d9a1ce4
MDFRobotoFontLoader: e80490e2ba01a318759b6d220f01cc86d5c4b3c4
MDFRobotoFontLoader: 077e2a036e5afdf02a45b5a1b4197eba83801205

PODFILE CHECKSUM: 97c787a870cd8a25dc21de6af6e774b386b1683d

Expand Down

0 comments on commit 5faf838

Please sign in to comment.