Skip to content

Commit

Permalink
Bumps to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Jan 3, 2019
1 parent 12014b8 commit 170dfcf
Show file tree
Hide file tree
Showing 11 changed files with 3,100 additions and 6 deletions.
1,053 changes: 1,053 additions & 0 deletions Carthage/Build/iOS/29D70A52-7809-3023-AB27-8A64B2D5E152.bcsymbolmap

Large diffs are not rendered by default.

1,129 changes: 1,129 additions & 0 deletions Carthage/Build/iOS/7BDCA93F-FC54-34A3-94E4-A35FD1189F5B.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/Stevia.framework/Info.plist
Binary file not shown.
912 changes: 912 additions & 0 deletions Carthage/Build/tvOS/D48C231A-BB7A-3B4B-9AAC-A7558FB22642.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/tvOS/Stevia.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ Become a sponsor and get your logo on our README on Github with a link to your s
- Swift 3 -> [v**3.2.0**](https://github.com/freshOS/Stevia/releases/tag/3.2.0)
- Swift 4 -> [v**4.2.0**](https://github.com/freshOS/Stevia/releases/tag/4.2.0)
- Swift 4.1 -> [v**4.3.2**](https://github.com/freshOS/Stevia/releases/tag/4.3.2)
- Swift 4.2 -> [v**4.4.1**](https://github.com/freshOS/Stevia/releases/tag/4.4.1)
- Swift 4.2 -> [v**4.4.2**](https://github.com/freshOS/Stevia/releases/tag/4.4.2)
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.4.1</string>
<string>4.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SteviaLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SteviaLayout'
s.version = "4.4.1"
s.version = "4.4.2"
s.summary = "Elegant view layout for iOS"
s.homepage = "https://github.com/s4cha/Stevia"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion SteviaTV/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.4.1</string>
<string>4.4.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 170dfcf

Please sign in to comment.