Skip to content

Commit

Permalink
Update podspec version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjc committed Feb 16, 2018
1 parent 91df2ea commit 47a0d3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Expand Up @@ -6,7 +6,7 @@ PODS:
- GoogleMaps/Base
- RxCocoa (4.1.2):
- RxSwift (~> 4.0)
- RxGoogleMaps (3.0):
- RxGoogleMaps (3.0.1):
- GoogleMaps (~> 2.6.0)
- RxCocoa (~> 4.0)
- RxSwift (~> 4.0)
Expand All @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
GoogleMaps: 42f91c68b7fa2f84d5c86597b18ceb99f5414c7f
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a
RxGoogleMaps: 0f2761d688b97296f14dc8a505c12a4c788e9bcc
RxGoogleMaps: 35ac8f51dc37e2b2ca0bf475ddd713a96ad896a6
RxSwift: e49536837d9901277638493ea537394d4b55f570

PODFILE CHECKSUM: 8926bb4f317d1813c964a7c97038b24441fbcde8
Expand Down
2 changes: 1 addition & 1 deletion RxGoogleMaps-iOS/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion RxGoogleMaps.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxGoogleMaps"
s.version = "3.0"
s.version = "3.0.1"
s.summary = "RxSwift reactive wrapper for GoogleMaps SDK."
s.homepage = "https://github.com/RxSwiftCommunity/RxGoogleMaps"
s.license = 'MIT'
Expand Down

0 comments on commit 47a0d3d

Please sign in to comment.