Skip to content

Commit

Permalink
Updating version number to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Drelling committed Nov 7, 2017
1 parent 808a7fe commit b888b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BarcodeHero.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
# Root Specification
spec.name = 'BarcodeHero'
spec.version = '0.2.1'
spec.version = '0.2.2'

spec.author = { 'SpotHero' => 'dev@spothero.com' }
spec.homepage = 'https://github.com/SpotHero/BarcodeHero-iOS'
Expand Down
2 changes: 1 addition & 1 deletion BarcodeHero/BarcodeHero/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion BarcodeHero/BarcodeHeroDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion BarcodeHero/BarcodeHeroTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit b888b3f

Please sign in to comment.