Skip to content

Commit

Permalink
Version bump 4.1.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Apr 18, 2022
1 parent 92792dd commit 5682215
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 19 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to ImageRow will be documented in this file.

### [4.1.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/4.1.0)
<!-- Released on 2022-03-28. -->

* Allows setting a thumbnail image (#69)
* Added possibility to change the default action sheet tint color
* Add support for Swift Package Manager + Add Github Actions support to…
* Update to Eureka version 5.3.5 (#87)
* Several fixes (#84, #73, #70)

### [4.0.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/4.0.0)
<!-- Released on 2019-04-26. -->

Expand Down
2 changes: 1 addition & 1 deletion ImageRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ImageRow"
s.version = "4.0.0"
s.version = "4.1.0"
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' }
Expand Down
2 changes: 2 additions & 0 deletions ImageRow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.ImageRow;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -395,6 +396,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.ImageRow;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "ImageRow", targets: ["ImageRow"])
],
dependencies: [
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.0"),
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.5"),
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You can also experiment and learn with the *ImageRow Playground* which is contai
To install ImageRow, simply add the following line to your Podfile:

```ruby
pod 'ImageRow', '~> 4.0'
pod 'ImageRow', '~> 4.1'
```

#### Carthage
Expand All @@ -99,7 +99,7 @@ pod 'ImageRow', '~> 4.0'
To install ImageRow, simply add the following line to your Cartfile:

```ogdl
github "EurekaCommunity/ImageRow" ~> 4.0
github "EurekaCommunity/ImageRow" ~> 4.1
```

## Customization
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5682215

Please sign in to comment.