Skip to content

Commit

Permalink
Updated version numbers and new build
Browse files Browse the repository at this point in the history
  • Loading branch information
jandolina committed Mar 8, 2017
1 parent 2d6df27 commit 8b88418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DesignSystem.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'DesignSystem'
s.version = '3.0.5'
s.version = '3.0.6'
s.summary = 'Salesforce Lightning Design System iOS Integration'
s.authors = 'Salesforce.com and contributors'
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v3.0.5' }
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v3.0.6' }
s.source_files = 'SalesforceDesignSystem/*', 'SalesforceDesignSystem/Generated/**/*'
s.public_header_files = 'SalesforceDesignSystem/*.h', 'SalesforceDesignSystem/Generated/**/*.h'
s.resource_bundle = { 'SalesforceDesignSystem' => 'SalesforceDesignSystem.bundle/**' }
Expand Down
2 changes: 1 addition & 1 deletion SalesforceDesignSystem/Generated/SLDSColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -560,4 +560,4 @@ static float const sldsColors[][4] = {
{1,1,1,0.4},
};

#endif /* SLDSColor_h */
#endif /* SLDSColor_h */
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-system-ios",
"version": "3.0.5",
"version": "3.0.6",
"repository": "https://github.com/salesforce-ux/design-system-ios.git",
"license": "SEE LICENSE IN README.md",
"description": "Lightning Design System tokens, icons and fonts for iOS",
Expand Down

0 comments on commit 8b88418

Please sign in to comment.