Skip to content

Commit

Permalink
Removing warnings and incrementing version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wicheda committed Jul 1, 2021
1 parent d132797 commit 69d54ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlagsmithClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FlagsmithClient'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config.'
s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion FlagsmithClient/Classes/APIManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum Router {
return "flags/"
case .getIdentity(let identity):
return "identities/?identifier=\(identity)"
case .postTrait(let _, let _):
case .postTrait( _, _):
return "traits/"
}
}
Expand Down

0 comments on commit 69d54ba

Please sign in to comment.