Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Nov 26, 2019
1 parent cc97780 commit 6a98202
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SwiftUIBlurView.podspec
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftUIBlurView'
s.version = '0.1.1'
s.version = '0.2.0'
s.swift_versions = ['5.1']
s.summary = 'SwiftUIBlurView lets you use UIBlurEffect in SwiftUI.'

Expand Down
2 changes: 1 addition & 1 deletion SwiftUIBlurView.xcodeproj/SwiftUIBlurViewTests_Info.plist
Expand Up @@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftUIBlurView.xcodeproj/SwiftUIBlurView_Info.plist
Expand Up @@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftUIBlurViewDemo/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 6a98202

Please sign in to comment.