Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Bumping version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsecord committed Jun 20, 2016
1 parent 67f4413 commit ce0bf53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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

##### Enhancements

* Added a `isLargeForContrastRatios:` advanced method to test a UIFont instance against the W3C's
definition of "large" text.

## 1.0.2

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion MDFTextAccessibility.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MDFTextAccessibility"
spec.version = "1.0.2"
spec.version = "1.1.0"
spec.summary = "MDFTextAccessibility assists in selecting text colors that meet the W3C standards for accessibility."
spec.homepage = "https://github.com/google/material-text-accessibility-ios"
spec.license = "Apache License, Version 2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/apps/MDFTextAccessibilitySample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MDFTextAccessibility (1.0.2)
- MDFTextAccessibility (1.1.0)

DEPENDENCIES:
- MDFTextAccessibility (from `../../..`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../../..

SPEC CHECKSUMS:
MDFTextAccessibility: 597f0973709d8bd5649346af087ba95ecb13c54d
MDFTextAccessibility: 097109e53578c89fc12cdf591e1e0410571ea927

PODFILE CHECKSUM: ba1d198039c6b887cc904c2b80f4ae8bc213c6fd

Expand Down

0 comments on commit ce0bf53

Please sign in to comment.