We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232634e commit 04f099cCopy full SHA for 04f099c
CHANGELOG.md
@@ -22,7 +22,7 @@ _None._
22
23
### Bug Fixes
24
25
-- Fix a `viewWillDisappear` method calling `super.viewWillAppear` [#40]
+_None._
26
27
### Internal Changes
28
@@ -46,4 +46,14 @@ _None._
46
47
48
49
50
+
51
+## 1.2.2
52
53
+### Bug Fixes
54
55
+- Fix a `viewWillDisappear` method calling `super.viewWillAppear` [#40]
56
57
+### Internal Changes
58
59
- Add this changelog file [#34]
MediaEditor.podspec
@@ -2,7 +2,7 @@
2
3
Pod::Spec.new do |s|
4
s.name = 'MediaEditor'
5
- s.version = '1.2.1'
+ s.version = '1.2.2'
6
7
s.summary = 'An extensible Media Editor for iOS.'
8
s.description = <<~DESC
0 commit comments