diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c9e2b..fa4f97e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +###### 2023.01.18 [v1.1.0] + +``` +feat(ios): Xcode 14 update, remove bitcode and add no-objc-msgsend-selector-stubs compiler flag +``` + ###### 2022.08.04 [v1.0.29] ``` diff --git a/lib/VERSION.md b/lib/VERSION.md index 8fc05c3..85192f5 100644 --- a/lib/VERSION.md +++ b/lib/VERSION.md @@ -2,4 +2,4 @@ | Extension | Version | Android Lib | iOS Lib | | --- | --- | --- | --- | -| com.distriqt.DynamicIcon | 1.0.29 | | | +| com.distriqt.DynamicIcon | 1.1.0 | | | diff --git a/lib/com.distriqt.DynamicIcon.ane b/lib/com.distriqt.DynamicIcon.ane index 14b27cb..4745d32 100644 Binary files a/lib/com.distriqt.DynamicIcon.ane and b/lib/com.distriqt.DynamicIcon.ane differ diff --git a/lib/swc/com.distriqt.DynamicIcon.swc b/lib/swc/com.distriqt.DynamicIcon.swc index 5aa130f..a3cedc1 100644 Binary files a/lib/swc/com.distriqt.DynamicIcon.swc and b/lib/swc/com.distriqt.DynamicIcon.swc differ