Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszischka committed Jan 19, 2022
1 parent 11af1a8 commit e72f137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BottomSheetSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BottomSheetSwiftUI'
s.version = '2.5.0'
s.version = '2.6.0'
s.summary = 'A sliding Sheet from the bottom of the Screen with 3 States build with SwiftUI.'

s.homepage = 'https://github.com/LucasMucGH/BottomSheet'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
BottomSheet Changelog
==================

#### v2.6.0
- Fix critical bug with `.appleScrollBehavior` #40
- Update codestyle
- Remove not used file
- Update Readme
- Renamed tapToDissmiss option tapToDismiss #43

#### v2.5.0
- Update Copyright
- Update swift-tools-version
Expand Down

0 comments on commit e72f137

Please sign in to comment.