diff --git a/.swift-version b/.swift-version index 7d5c902..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.1 +4.2 diff --git a/FlexibleImage.podspec b/FlexibleImage.podspec index ddee6d5..18e16c5 100644 --- a/FlexibleImage.podspec +++ b/FlexibleImage.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'FlexibleImage' - s.version = '1.9' + s.version = '1.10' s.summary = 'A simple way to play with image!' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/Kawoou/FlexibleImage' diff --git a/README.md b/README.md index 245ac07..6513090 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,8 @@ You can either simply drag and drop the `Sources` folder into your existing proj - Support for Swift 4 and Xcode 9 + 1.9 - Support for Swift 4.1 and Xcode 9.3 ++ 1.10 + - Support for Swift 4.2 and Xcode 10