Skip to content

Commit

Permalink
bump to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed May 9, 2018
1 parent 670991c commit bf0af1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lobster.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Lobster"
s.version = "1.0"
s.version = "1.1"
s.summary = "Type-safe Firebase-RemoteConfig helper library"
s.homepage = "https://github.com/sgr-ksmt/Lobster"
s.license = 'MIT'
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,11 @@ Define config value like below:
it, simply add the following line to your Podfile:

```ruby
pod 'Lobster', '~> 1.0'
// Firebase SDK greater than or equal to v5.0.0
pod 'Lobster', '~> 1.1'

// Firebase SDK less than v5.0.0
pod 'Lobster', '1.0'
```

and run `pod install`
Expand Down

0 comments on commit bf0af1c

Please sign in to comment.