Skip to content

Commit

Permalink
Releasing version 6.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Apr 2, 2018
1 parent 79c22d3 commit b4f06b9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
sudo: false
osx_image: xcode9.1
osx_image: xcode9.2

cache:
directories:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

# Next

## [6.1.1](https://github.com/DenHeadless/DTTableViewManager/releases/tag/6.1.1)

* Updates for Xcode 9.3 and Swift 4.1

## [6.1.0](https://github.com/DenHeadless/DTTableViewManager/releases/tag/6.1.0)
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "DenHeadless/DTModelStorage" "master"
github "DenHeadless/DTModelStorage" ~> 7.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "DenHeadless/DTModelStorage" "20e04a0b4dd4b070ea84039222761318261cea7a"
github "DenHeadless/DTModelStorage" "7.0.3"
github "Quick/Nimble" "v7.0.2"
2 changes: 1 addition & 1 deletion DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = "6.1.0"
s.version = "6.1.1"
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTTableViewManager'
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.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>6.1.0</string>
<string>6.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastlane_version "1.98.0"

lane :test_ios11 do
scan(devices: ["iPhone 8 (11.1)"], scheme: 'Tests-iOS')
scan(devices: ["iPhone 8 (11.2)"], scheme: 'Tests-iOS')
sh "bash ../codecov.sh"
end

Expand All @@ -18,7 +18,7 @@ lane :test_tvos10 do
end

lane :test_ios_swift3 do
scan(devices: ["iPhone 8 (11.1)"], scheme: 'Tests-iOS', xcargs: "SWIFT_VERSION=3.0")
scan(devices: ["iPhone 8 (11.2)"], scheme: 'Tests-iOS', xcargs: "SWIFT_VERSION=3.0")
end

lane :test_tvos_swift3 do
Expand Down

0 comments on commit b4f06b9

Please sign in to comment.