Skip to content

Commit

Permalink
Bump version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Oct 30, 2020
1 parent abc2682 commit 1d0750c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ConfigCat.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "ConfigCat"
spec.version = "6.0.1"
spec.version = "7.0.0"
spec.summary = "ConfigCat Swift SDK"
spec.swift_version = "4.2"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Using this feature, you will be able to get different setting values for differe
Read more about [Targeting here](https://configcat.com/docs/advanced/targeting/).

```swift
let user = User(identifier: "#USER-IDENTIFIER#")
let user = ConfigCatUser(identifier: "#USER-IDENTIFIER#")
let isMyAwesomeFeatureEnabled = client.getValue(for: "isMyAwesomeFeatureEnabled", user: user, defaultValue: false)
if(isMyAwesomeFeatureEnabled) {
doTheNewThing()
Expand Down

0 comments on commit 1d0750c

Please sign in to comment.