Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansfdc committed Sep 6, 2016
1 parent 1ecc704 commit 15ccf0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DesignSystem.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'DesignSystem'
s.version = '2.0.6'
s.version = '2.0.7'
s.summary = "Salesforce Lightning Design System iOS Integration"
s.authors = { 'Ivan Bogdanov' =>
'[email protected]' }
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v2.0.6' }
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v2.0.7' }
s.source_files = 'SalesforceDesignSystem/*.{h,m}','SalesforceDesignSystem/Generated/*.{h,m}'
s.public_header_files = 'SalesforceDesignSystem/*.h','SalesforceDesignSystem/Generated/*.h'
s.resource_bundle = { 'SalesforceDesignSystem' => [ 'SalesforceDesignSystem.bundle/**' ] }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DesignSystem-iOS",
"version": "2.0.6",
"version": "2.0.7",
"description": "Salesforce Lightning Design System iOS Static Library",
"author": "Salesforce.com",
"repository": {
Expand Down

0 comments on commit 15ccf0b

Please sign in to comment.