From 2a91ea1635404d8695aa8abbdc30d744bfee97e7 Mon Sep 17 00:00:00 2001 From: ibogdanov Date: Fri, 11 Mar 2016 12:00:39 -0800 Subject: [PATCH] version number: 2.0.5 --- DesignSystem.podspec | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DesignSystem.podspec b/DesignSystem.podspec index dc8a1c0..d1ef78f 100644 --- a/DesignSystem.podspec +++ b/DesignSystem.podspec @@ -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/**' ] } diff --git a/package.json b/package.json index 74024fa..90c13ab 100644 --- a/package.json +++ b/package.json @@ -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": {