Skip to content

Commit 919299f

Browse files
committed
[CocoaPods] Bumped version to 0.2.1 (should have been done on release).
Summary: Have to use 0.2.1 and not 0.2.0 because... this is a change. Reviewers: randallli, featherless, #material_components_ios_owners Reviewed By: featherless, #material_components_ios_owners Projects: #material_components_ios Differential Revision: http://codereview.cc/D139
1 parent 8836f88 commit 919299f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

material-components-ios-catalog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "material-components-ios-catalog"
3-
s.version = "0.1.0"
3+
s.version = "0.2.1"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"

material-components-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "material-components-ios"
3-
s.version = "0.1.0"
3+
s.version = "0.2.1"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"

0 commit comments

Comments
 (0)