Skip to content

Commit

Permalink
Fix typing cell size
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhRaghunath committed Jun 16, 2020
1 parent 1e66ce0 commit 52ae6d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.0.2.6</string>
<string>3.0.2.7</string>
<key>CFBundleVersion</key>
<string>3.0.2.6.0</string>
<string>3.0.2.7.0</string>
</dict>
</plist>
Binary file not shown.
Binary file modified Mobilisten.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion MobilistenBeta.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MobilistenBeta"
spec.version = "3.0.2.6"
spec.version = "3.0.2.7"
spec.summary = "Mobilisten Beta iOS SDK"
spec.license = { :type => "MIT", :text=> <<-LICENSE
MIT License
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform :ios, '9.0'

target 'Project Target' do
use_frameworks!
pod 'MobilistenBeta', '3.0.2.6'
pod 'MobilistenBeta', '3.0.2.7'
end
```

Expand Down

0 comments on commit 52ae6d8

Please sign in to comment.