diff --git a/Bark.podspec b/Bark.podspec index 4e07f7a..aa5bd8d 100644 --- a/Bark.podspec +++ b/Bark.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Bark" - s.version = "0.1" + s.version = "0.2" s.summary = "A streamlined issue reporting library for iOS." s.homepage = "http://stagebloc.com/bark" s.license = { :type => 'MIT', :file => 'LICENSE.md' } diff --git a/DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/austinlouden.xcuserdatad/UserInterfaceState.xcuserstate b/DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/austinlouden.xcuserdatad/UserInterfaceState.xcuserstate index ca62943..e180b4b 100644 Binary files a/DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/austinlouden.xcuserdatad/UserInterfaceState.xcuserstate and b/DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/austinlouden.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/README.md b/README.md index 371c150..6673721 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ BARK (Better App Reporting Kit) is a simple, in-app issue reporting library for

## Get Started ## -1. Add BARK to your Podfile `pod 'Bark', '~> 0.1'` or clone the repository with `git clone git@github.com:stagebloc/bark.git` +1. Add BARK to your Podfile `pod 'Bark', '~> 0.2'` or clone the repository with `git clone git@github.com:stagebloc/bark.git` 2. Link the following frameworks in the Build Phases tab: - `MessageUI` - to send emails from within the app - `SystemConfiguration` - for network reachability support