Skip to content

Commit adb0b86

Browse files
committed
Bump version
1 parent 77e8cff commit adb0b86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Layoutless.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "Layoutless"
3-
s.version = "0.4.0"
3+
s.version = "0.4.1"
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.4.0" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/Layoutless.git", :tag => "0.4.1" }
1010

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

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.4</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)