diff --git a/ios/documentation/changelog.md b/ios/documentation/changelog.md index 2966008..568b698 100644 --- a/ios/documentation/changelog.md +++ b/ios/documentation/changelog.md @@ -1,5 +1,7 @@ # Change Log
+v1.4.0 Updated project with 64bit binary support [TIMOB-18092] + v1.3 Rewrote rendering algorithm to allow for a number of enhancements: - Retina display support [MOD-636] - Fix erratic sharpening of previous drawings [MOD-635] diff --git a/ios/manifest b/ios/manifest index 04dbcb5..2ccedee 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.31 +version: 1.4.0 apiversion: 2 architectures: armv7 i386 x86_64 arm64 description: Provides a paint surface user interface view.