Skip to content

Commit

Permalink
bump ExpoKit version to 2.8.2
Browse files Browse the repository at this point in the history
fbshipit-source-id: 47ec53b
  • Loading branch information
tsapeta authored and expbot committed Sep 14, 2018
1 parent 714a77c commit 9938d7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ExpoKit.podspec
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = "ExpoKit"
s.version = "2.8.0"
s.version = "2.8.2"
s.summary = 'ExpoKit'
s.description = 'ExpoKit allows native projects to integrate with the Expo SDK.'
s.homepage = 'http://docs.expo.io'
Expand Down
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>2.8.0</string>
<string>2.8.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Exponent/Supporting/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.0</string>
<string>2.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -45,7 +45,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.8.0</string>
<string>2.8.2</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 9938d7c

Please sign in to comment.