Skip to content

Commit

Permalink
Merge pull request #265 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
Release candidate: v1.12.1
  • Loading branch information
akornich authored Mar 11, 2020
2 parents 6930cbd + 52aa13a commit a6af953
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co

## Release Notes

**1.12.1**
- fix: resolve #264: Fix Rollbar.podspec

**1.12.0**
- feat: resolve #261: Turn telemetry events into DTOs
- refactor: resolve #262: Improve codebase layout by logically grouping source code files
Expand Down
4 changes: 2 additions & 2 deletions Rollbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|

s.version = "1.12.0"
s.version = "1.12.1"
s.name = "Rollbar"
s.summary = "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS."
s.description = <<-DESC
Expand Down Expand Up @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
'Rollbar/Notifier/*.{h,m}',
'Rollbar/Notifier_DTOs/*.{h,m}',

'Rollbar/Deploys/*.{h,m}'
'Rollbar/Deploys/*.{h,m}',
'Rollbar/Deploys_DTOs/*.{h,m}'

s.public_header_files =
Expand Down
4 changes: 2 additions & 2 deletions Rollbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4451,7 +4451,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.12.0;
CURRENT_PROJECT_VERSION = 1.12.1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = LDX6L68VZJ;
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -4516,7 +4516,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.12.0;
CURRENT_PROJECT_VERSION = 1.12.1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = LDX6L68VZJ;
ENABLE_BITCODE = YES;
Expand Down
2 changes: 1 addition & 1 deletion Rollbar/Notifier_DTOs/RollbarConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#pragma mark - constants

static NSString * const NOTIFIER_VERSION = @"1.12.0";
static NSString * const NOTIFIER_VERSION = @"1.12.1";

#define NOTIFIER_NAME_PREFIX = @"rollbar-";
#if TARGET_OS_IPHONE
Expand Down

0 comments on commit a6af953

Please sign in to comment.