Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
LeatherGreenGargoyle committed Feb 1, 2023
2 parents 2bd7a9b + b6a3ace commit 86e83e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Version 1.1.0 January 31, 2023
===============================
# Fixed:
- Cocoapods linting issue

Version 1.1.0 January 31, 2023
===============================
# Fixed:
Expand Down
2 changes: 1 addition & 1 deletion GimbalAirshipAdapter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Pod::Spec.new do |s|
s.version = "1.1.0"
s.version = "1.1.1"
s.name = "GimbalAirshipAdapter"
s.summary = "An adapter for integrating Gimbal place events with Airship."
s.documentation_url = "https://github.com/gimbalinc/airship-adapter-ios"
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/GimbalAirshipAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fileprivate let defaultsSuiteName = "arshp_gmbl_def_suite"
}
}

@objc private let defaults: UserDefaults
@objc private var defaults: UserDefaults = UserDefaults.standard

#if !targetEnvironment(simulator)
private override init() {
Expand Down

0 comments on commit 86e83e9

Please sign in to comment.