Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 20, 2023
1 parent 232634e commit 04f099c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _None._
### Bug Fixes
- Fix a `viewWillDisappear` method calling `super.viewWillAppear` [#40]
_None._
### Internal Changes
Expand All @@ -46,4 +46,14 @@ _None._

### Internal Changes

_None._

## 1.2.2

### Bug Fixes

- Fix a `viewWillDisappear` method calling `super.viewWillAppear` [#40]

### Internal Changes

- Add this changelog file [#34]
2 changes: 1 addition & 1 deletion MediaEditor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'MediaEditor'
s.version = '1.2.1'
s.version = '1.2.2'

s.summary = 'An extensible Media Editor for iOS.'
s.description = <<~DESC
Expand Down

0 comments on commit 04f099c

Please sign in to comment.