diff --git a/CHANGELOG.md b/CHANGELOG.md index 51df652..af73e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to ImageRow will be documented in this file. +### [1.0.1](https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.1) + + +* Localized Actionssheet strings (#9) +* Set iOS Deployment Target to 8.0 (#2) + ### [1.0.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.0) diff --git a/ImageRow.podspec b/ImageRow.podspec index 2a5ae12..da1c861 100644 --- a/ImageRow.podspec +++ b/ImageRow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ImageRow" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "Eureka row that allows us to take or select a picture." s.homepage = "https://github.com/EurekaCommunity/ImageRow" s.license = { type: 'MIT', file: 'LICENSE' } @@ -10,9 +10,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.requires_arc = true s.ios.source_files = 'Sources/**/*.{swift}' - # s.resource_bundles = { - # 'ImageRow' => ['ImageRow/Sources/**/*.xib'] - # } - # s.ios.frameworks = 'UIKit', 'Foundation' - s.dependency 'Eureka', '~> 2.0.0-beta.1' + s.dependency 'Eureka', '~> 2.0.1' end diff --git a/Sources/Info.plist b/Sources/Info.plist index d3de8ee..7a84553 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion