From 28fd71777ec88e25ccb4cfcfb94764f8145a1622 Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Tue, 20 Mar 2018 08:40:12 +0100 Subject: [PATCH] Bump version --- Layoutless.podspec | 4 ++-- Layoutless/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Layoutless.podspec b/Layoutless.podspec index 55e0407..c42d0c6 100644 --- a/Layoutless.podspec +++ b/Layoutless.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "Layoutless" - s.version = "0.1.2" + s.version = "0.1.3" 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.2" } + s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.1.3" } s.ios.deployment_target = '9.3' s.tvos.deployment_target = '11.0' diff --git a/Layoutless/Info.plist b/Layoutless/Info.plist index 109be87..0bbb727 100644 --- a/Layoutless/Info.plist +++ b/Layoutless/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass