Skip to content

Commit e1e73aa

Browse files
committed
release 1.0.1
1 parent c815ccf commit e1e73aa

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to ImageRow will be documented in this file.
33

4+
### [1.0.1](https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.1)
5+
<!-- Released on 2017-03-09. -->
6+
7+
* Localized Actionssheet strings (#9)
8+
* Set iOS Deployment Target to 8.0 (#2)
9+
410
### [1.0.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.0)
511
<!-- Released on 2016-01-20. -->
612

ImageRow.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ImageRow"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "Eureka row that allows us to take or select a picture."
55
s.homepage = "https://github.com/EurekaCommunity/ImageRow"
66
s.license = { type: 'MIT', file: 'LICENSE' }
@@ -10,9 +10,5 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = '8.0'
1111
s.requires_arc = true
1212
s.ios.source_files = 'Sources/**/*.{swift}'
13-
# s.resource_bundles = {
14-
# 'ImageRow' => ['ImageRow/Sources/**/*.xib']
15-
# }
16-
# s.ios.frameworks = 'UIKit', 'Foundation'
17-
s.dependency 'Eureka', '~> 2.0.0-beta.1'
13+
s.dependency 'Eureka', '~> 2.0.1'
1814
end

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)