Skip to content

Commit 04f099c

Browse files
committed
Bump version to 1.2.2
1 parent 232634e commit 04f099c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _None._
2222
2323
### Bug Fixes
2424
25-
- Fix a `viewWillDisappear` method calling `super.viewWillAppear` [#40]
25+
_None._
2626
2727
### Internal Changes
2828
@@ -46,4 +46,14 @@ _None._
4646

4747
### Internal Changes
4848

49+
_None._
50+
51+
## 1.2.2
52+
53+
### Bug Fixes
54+
55+
- Fix a `viewWillDisappear` method calling `super.viewWillAppear` [#40]
56+
57+
### Internal Changes
58+
4959
- Add this changelog file [#34]

MediaEditor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'MediaEditor'
5-
s.version = '1.2.1'
5+
s.version = '1.2.2'
66

77
s.summary = 'An extensible Media Editor for iOS.'
88
s.description = <<~DESC

0 commit comments

Comments
 (0)