From 0d21e3ba1800901869b8469c394c2f17f3dc000d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sr=C4=91an=20Ras=CC=8Cic=CC=81?= Date: Tue, 25 Sep 2018 21:00:08 +0200 Subject: [PATCH] Bump version. --- Layoutless.podspec | 6 +++--- Layoutless/Info.plist | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Layoutless.podspec b/Layoutless.podspec index cf67f77..fd89307 100644 --- a/Layoutless.podspec +++ b/Layoutless.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = "Layoutless" - s.version = "0.1.5" + s.version = "0.2.0" s.summary = "Write less UI code" s.description = "Layoutless enables you to spend less time writing UI code. It provides a way to abstract common layout patterns and enable consistent styling approach." s.homepage = "https://github.com/DeclarativeHub/Layoutless" s.license = 'MIT' s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" } - s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.1.5" } + s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.2.0" } s.ios.deployment_target = '9.3' s.tvos.deployment_target = '11.0' s.source_files = 'Sources/**/*.swift', 'Layoutless/**/*.{h,m}' s.requires_arc = true - s.swift_version = '4.0' + s.swift_version = '4.1' end diff --git a/Layoutless/Info.plist b/Layoutless/Info.plist index cfcc2b2..c7c4759 100644 --- a/Layoutless/Info.plist +++ b/Layoutless/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.5 + 0.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass