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

Commit ce0bf53

Browse files
committed
Bumping version to 1.1.0.
1 parent 67f4413 commit ce0bf53

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.0
2+
3+
##### Enhancements
4+
5+
* Added a `isLargeForContrastRatios:` advanced method to test a UIFont instance against the W3C's
6+
definition of "large" text.
7+
18
## 1.0.2
29

310
##### Bug Fixes

MDFTextAccessibility.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MDFTextAccessibility"
3-
spec.version = "1.0.2"
3+
spec.version = "1.1.0"
44
spec.summary = "MDFTextAccessibility assists in selecting text colors that meet the W3C standards for accessibility."
55
spec.homepage = "https://github.com/google/material-text-accessibility-ios"
66
spec.license = "Apache License, Version 2.0"

examples/apps/MDFTextAccessibilitySample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- MDFTextAccessibility (1.0.2)
2+
- MDFTextAccessibility (1.1.0)
33

44
DEPENDENCIES:
55
- MDFTextAccessibility (from `../../..`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: ../../..
1010

1111
SPEC CHECKSUMS:
12-
MDFTextAccessibility: 597f0973709d8bd5649346af087ba95ecb13c54d
12+
MDFTextAccessibility: 097109e53578c89fc12cdf591e1e0410571ea927
1313

1414
PODFILE CHECKSUM: ba1d198039c6b887cc904c2b80f4ae8bc213c6fd
1515

0 commit comments

Comments
 (0)