Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed May 8, 2018
1 parent 0ca24db commit 2a05b7c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to ImageRow will be documented in this file.

### [3.1.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/3.1.0)
<!-- Released on 2018-05-08. -->

* Add Option to crop image and use edited image (#36)

### [3.0.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/3.0.0)
<!-- Released on 2017-10-09. -->

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 = "3.0.0"
s.version = "3.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
8 changes: 8 additions & 0 deletions ImageRow.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 2a05b7c

Please sign in to comment.