Skip to content

Commit 7ce0b13

Browse files
authored
Merge pull request #41 from dtrenz/version-bump
Version bump
2 parents 071627d + 08866d0 commit 7ce0b13

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

BugShaker.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BugShaker'
3-
spec.version = '0.4.0'
3+
spec.version = '0.4.1'
44
spec.license = { :type => 'Apache 2.0' }
5-
spec.homepage = 'https://github.com/detroit-labs/BugShaker'
5+
spec.homepage = 'https://github.com/dtrenz/BugShaker'
66
spec.documentation_url = 'http://dtrenz.github.io/BugShaker/'
77
spec.authors = { 'Dan Trenz' => 'dtrenz@gmail.com' }
88
spec.summary = 'Shake to submit a bug report (w/ screenshot) via email.'
9-
spec.source = { :git => 'https://github.com/detroit-labs/BugShaker.git', :tag => spec.version.to_s }
9+
spec.source = { :git => 'https://github.com/dtrenz/BugShaker.git', :tag => spec.version.to_s }
1010
spec.source_files = 'Sources/*.swift'
1111
spec.swift_version = '4.1'
1212
spec.platform = :ios, '9.0'

BugShaker.xcodeproj/xcshareddata/xcschemes/BugShaker.xcscheme

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
codeCoverageEnabled = "YES"
30+
onlyGenerateCoverageForSpecifiedTargets = "YES"
3031
shouldUseLaunchSchemeArgsEnv = "YES">
32+
<CodeCoverageTargets>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "C52820F71CA43D40003EA0D4"
36+
BuildableName = "BugShaker.framework"
37+
BlueprintName = "BugShaker"
38+
ReferencedContainer = "container:BugShaker.xcodeproj">
39+
</BuildableReference>
40+
</CodeCoverageTargets>
3141
<Testables>
3242
<TestableReference
3343
skipped = "NO">

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
`BugShaker` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.4.1](https://github.com/dtrenz/BugShaker/releases/tag/0.4.1)
6+
**Released:** 2018-08-10
7+
8+
#### Fixed
9+
- Bug: [Screenshots aren't able to capture blurred images](https://github.com/dtrenz/BugShaker/issues/28)
10+
- Bug: [App crashes with appshaker included](https://github.com/dtrenz/BugShaker/issues/29)
11+
12+
---
13+
514
## [0.4.0](https://github.com/dtrenz/BugShaker/releases/tag/0.4.0)
615
**Released:** 2018-08-06
716

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>0.4.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)