Skip to content

Commit 4adde8c

Browse files
author
Alexander Perechnev
committed
Merge branch 'release/4.2.1'
2 parents 2263cef + 2461f1e commit 4adde8c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.2
2+
3+
* Now we use `UIScreenEdgePanGestureRecognizer` instead of `UIPanGestureRecognizer` to prevent undexpected behavor of `UITableView`, `UIScrollView`, `UISlider` and another scrollable controls
4+
15
# 4.1
26

37
* Swift Package Manager support

SidebarOverlay.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "SidebarOverlay"
3-
s.version = "4.2"
3+
s.version = "4.2.1"
44
s.summary = "Yet another implementation of sidebar menu, but here your menu appears over the top view controller."
55

66
s.description = "Yet another implementation of sidebar menu, but here your menu appears over the top view controller. You questions and pull requests are wolcome."
77

88
s.homepage = "https://github.com/aperechnev/SidebarOverlay"
99
s.license = { :type => 'MIT', :file => 'LICENSE' }
1010
s.author = { "Alexander Perechnev" => "alexander@perechnev.com" }
11-
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "4.2" }
11+
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "4.2.1" }
1212

1313
s.platform = :ios, '8.0'
1414
s.source_files = 'Source/*.{h,m,swift}'

Source/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>4.2</string>
18+
<string>4.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)