From 54c21b62cef9673952792cb48d97c3be9afc9464 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Fri, 15 Sep 2017 10:48:00 +0100 Subject: [PATCH] increment version for podspec --- Bugsnag.podspec.json | 4 ++-- CHANGELOG.md | 4 ++++ Source/BugsnagNotifier.m | 2 +- VERSION | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Bugsnag.podspec.json b/Bugsnag.podspec.json index 9a0e66fb0..ceadf545b 100644 --- a/Bugsnag.podspec.json +++ b/Bugsnag.podspec.json @@ -1,6 +1,6 @@ { "name": "Bugsnag", - "version": "5.11.1", + "version": "5.11.2", "summary": "Cocoa notifier for SDK for bugsnag.com", "homepage": "https://bugsnag.com", "license": "MIT", @@ -9,7 +9,7 @@ }, "source": { "git": "https://github.com/bugsnag/bugsnag-cocoa.git", - "tag": "v5.11.0" + "tag": "v5.11.2" }, "frameworks": ["Foundation", "SystemConfiguration"], "libraries": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c997395..b40296772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 5.11.2 (15 Sep 2017) + +* Fixed wrong tag in Cocoapods spec + ## 5.11.1 (14 Sep 2017) * Fixed issue with header file visibility diff --git a/Source/BugsnagNotifier.m b/Source/BugsnagNotifier.m index e62653d7a..72bf89865 100644 --- a/Source/BugsnagNotifier.m +++ b/Source/BugsnagNotifier.m @@ -41,7 +41,7 @@ #import #endif -NSString *const NOTIFIER_VERSION = @"5.11.1"; +NSString *const NOTIFIER_VERSION = @"5.11.2"; NSString *const NOTIFIER_URL = @"https://github.com/bugsnag/bugsnag-cocoa"; NSString *const BSTabCrash = @"crash"; NSString *const BSTabConfig = @"config"; diff --git a/VERSION b/VERSION index 32447ce31..a87467fbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.11.1 +5.11.2