mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-01-09 07:11:20 +08:00
Bumped version number to 119.3.0.
This commit is contained in:
parent
1790e459d5
commit
7189533093
@ -2,7 +2,7 @@ load 'scripts/generated/icons.rb'
|
||||
|
||||
Pod::Spec.new do |mdc|
|
||||
mdc.name = "MaterialComponents"
|
||||
mdc.version = "119.2.0"
|
||||
mdc.version = "119.3.0"
|
||||
mdc.authors = "The Material Components authors."
|
||||
mdc.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
|
||||
mdc.homepage = "https://github.com/material-components/material-components-ios"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "MaterialComponentsEarlGreyTests"
|
||||
s.version = "119.2.0"
|
||||
s.version = "119.3.0"
|
||||
s.authors = "The Material Components authors."
|
||||
s.summary = "This spec is an aggregate of all the Material Components EarlGrey tests."
|
||||
s.description = "This spec is made for use in the MDC Catalog."
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "MaterialComponentsExamples"
|
||||
s.version = "119.2.0"
|
||||
s.version = "119.3.0"
|
||||
s.authors = "The Material Components authors."
|
||||
s.summary = "This spec is an aggregate of all the Material Components examples."
|
||||
s.description = "This spec is made for use in the MDC Catalog. Used in conjunction with CatalogByConvention we create our Material Catalog."
|
||||
|
||||
@ -53,7 +53,7 @@ end
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "MaterialComponentsSnapshotTests"
|
||||
s.version = "119.2.0"
|
||||
s.version = "119.3.0"
|
||||
s.authors = "The Material Components authors."
|
||||
s.summary = "This spec is an aggregate of all the Material Components snapshot tests."
|
||||
s.homepage = "https://github.com/material-components/material-components-ios"
|
||||
|
||||
@ -15,11 +15,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>119.2.0</string>
|
||||
<string>119.3.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>119.2.0</string>
|
||||
<string>119.3.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIAppFonts</key>
|
||||
|
||||
@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>119.2.0</string>
|
||||
<string>119.3.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>119.2.0</string>
|
||||
<string>119.3.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "MaterialCatalog"
|
||||
s.version = "119.2.0"
|
||||
s.version = "119.3.0"
|
||||
s.summary = "Helper Objective-C classes for the MDC catalog."
|
||||
s.description = "This spec is made for use in the MDC Catalog."
|
||||
s.homepage = "https://github.com/material-components/material-components-ios"
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
// This string is updated automatically as a part of the release process and should not be edited
|
||||
// manually. Do not rename this constant or change the formatting without updating the release
|
||||
// scripts.
|
||||
static NSString* const kMDCLibraryInfoVersionString = @"119.2.0";
|
||||
static NSString* const kMDCLibraryInfoVersionString = @"119.3.0";
|
||||
|
||||
@implementation MDCLibraryInfo
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
// Given
|
||||
|
||||
// This regex pattern does the following:
|
||||
// Accept: "119.2.0", etc.
|
||||
// Accept: "119.3.0", etc.
|
||||
// Reject: "0.0.0", "1.2", "1", "-1.2.3", "Hi, I'm a version 1.2.3", "1.2.3 is my version", etc.
|
||||
//
|
||||
// Note the major version must be >= 1 since "0.0.0" is used as the version when something goes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "RemoteImageServiceForMDCDemos"
|
||||
s.version = "119.2.0"
|
||||
s.version = "119.3.0"
|
||||
s.summary = "A helper image class for the MDC demos."
|
||||
s.description = "This spec is made for use in the MDC demos. It gets images via url."
|
||||
s.homepage = "https://github.com/material-components/material-components-ios"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user