Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 8b88418

Browse files
committed
Updated version numbers and new build
1 parent 2d6df27 commit 8b88418

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DesignSystem.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'DesignSystem'
3-
s.version = '3.0.5'
3+
s.version = '3.0.6'
44
s.summary = 'Salesforce Lightning Design System iOS Integration'
55
s.authors = 'Salesforce.com and contributors'
6-
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v3.0.5' }
6+
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v3.0.6' }
77
s.source_files = 'SalesforceDesignSystem/*', 'SalesforceDesignSystem/Generated/**/*'
88
s.public_header_files = 'SalesforceDesignSystem/*.h', 'SalesforceDesignSystem/Generated/**/*.h'
99
s.resource_bundle = { 'SalesforceDesignSystem' => 'SalesforceDesignSystem.bundle/**' }

SalesforceDesignSystem/Generated/SLDSColor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,4 +560,4 @@ static float const sldsColors[][4] = {
560560
{1,1,1,0.4},
561561
};
562562

563-
#endif /* SLDSColor_h */
563+
#endif /* SLDSColor_h */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system-ios",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"repository": "https://github.com/salesforce-ux/design-system-ios.git",
55
"license": "SEE LICENSE IN README.md",
66
"description": "Lightning Design System tokens, icons and fonts for iOS",

0 commit comments

Comments
 (0)