Skip to content

Commit

Permalink
version number: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansfdc committed Mar 11, 2016
1 parent 1429f0d commit 2a91ea1
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 = '0.1.6'
s.version = '2.0.5'
s.summary = "Salesforce Lightning Design System iOS Integration"
s.authors = { 'Ivan Bogdanov' =>
'ibogdanov@salesforce.com' }
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v0.1.6' }
s.source = { :git => 'https://github.com/salesforce-ux/design-system-ios.git', :tag => 'v2.0.5' }
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": "0.1.6",
"version": "2.0.5",
"description": "Salesforce Lightning Design System iOS Static Library",
"author": "Ivan Bogdanov",
"scripts": {
Expand Down

0 comments on commit 2a91ea1

Please sign in to comment.