Skip to content

Commit 0d21e3b

Browse files
committed
Bump version.
1 parent aa0098d commit 0d21e3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Layoutless.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "Layoutless"
3-
s.version = "0.1.5"
3+
s.version = "0.2.0"
44
s.summary = "Write less UI code"
55
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."
66
s.homepage = "https://github.com/DeclarativeHub/Layoutless"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.1.5" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.2.0" }
1010

1111
s.ios.deployment_target = '9.3'
1212
s.tvos.deployment_target = '11.0'
1313

1414
s.source_files = 'Sources/**/*.swift', 'Layoutless/**/*.{h,m}'
1515
s.requires_arc = true
16-
s.swift_version = '4.0'
16+
s.swift_version = '4.1'
1717
end

Layoutless/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.5</string>
18+
<string>0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)