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

Commit 3674b27

Browse files
committed
Bumping version to 1.1.1.
1 parent 45b8371 commit 3674b27

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.1
2+
3+
##### Enhancements
4+
5+
* Added support for continuous code coverage analysis ([Sean O'Shea](https://github.com/seanoshea)).
6+
* Added unit tests for textColorOnBackgroundImage ([Sean O'Shea](https://github.com/seanoshea)).
7+
* Documentation clean ups ([Sean O'Shea](https://github.com/seanoshea)).
8+
19
## 1.1.0
210

311
##### Enhancements

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.1.0"
3+
spec.version = "1.1.1"
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/MDFTextAccessibilitySample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
isa = PBXNativeTarget;
102102
buildConfigurationList = 0B70BDD01CF6541C00C78D36 /* Build configuration list for PBXNativeTarget "MDFTextAccessibilitySample" */;
103103
buildPhases = (
104-
77EB4CAE2CC44758B3B78076 /* 📦 Check Pods Manifest.lock */,
104+
77EB4CAE2CC44758B3B78076 /* [CP] Check Pods Manifest.lock */,
105105
31699BC6ECD347A75696EFB0 /* [CP] Check Pods Manifest.lock */,
106106
C412B6C87BDE4D2B6B1CF19A /* [CP] Check Pods Manifest.lock */,
107107
0B70BDBA1CF6541C00C78D36 /* Sources */,
@@ -213,14 +213,14 @@
213213
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MDFTextAccessibilitySample/Pods-MDFTextAccessibilitySample-frameworks.sh\"\n";
214214
showEnvVarsInLog = 0;
215215
};
216-
77EB4CAE2CC44758B3B78076 /* 📦 Check Pods Manifest.lock */ = {
216+
77EB4CAE2CC44758B3B78076 /* [CP] Check Pods Manifest.lock */ = {
217217
isa = PBXShellScriptBuildPhase;
218218
buildActionMask = 2147483647;
219219
files = (
220220
);
221221
inputPaths = (
222222
);
223-
name = "📦 Check Pods Manifest.lock";
223+
name = "[CP] Check Pods Manifest.lock";
224224
outputPaths = (
225225
);
226226
runOnlyForDeploymentPostprocessing = 0;
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- MDFTextAccessibility (1.1.0)
2+
- MDFTextAccessibility (1.1.1)
33

44
DEPENDENCIES:
55
- MDFTextAccessibility (from `../../..`)
66

77
EXTERNAL SOURCES:
88
MDFTextAccessibility:
9-
:path: ../../..
9+
:path: "../../.."
1010

1111
SPEC CHECKSUMS:
12-
MDFTextAccessibility: 097109e53578c89fc12cdf591e1e0410571ea927
12+
MDFTextAccessibility: 79e89490f26446f49ff47a116923e9b6cc10808e
1313

1414
PODFILE CHECKSUM: ba1d198039c6b887cc904c2b80f4ae8bc213c6fd
1515

16-
COCOAPODS: 1.0.0
16+
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)