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

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Nov 12, 2018
1 parent 19966cb commit f359370
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VandelayQr.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VandelayQr'
s.version = '0.7.5'
s.version = '0.8.0'
s.summary = 'VandelayQr adds QR code support to Vandelay.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions VandelayQr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1811111951;
CURRENT_PROJECT_VERSION = 1811122024;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -440,7 +440,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1811111951;
CURRENT_PROJECT_VERSION = 1811122024;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 2 additions & 2 deletions VandelayQr/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7.5</string>
<string>0.8.0</string>
<key>CFBundleVersion</key>
<string>1811111951</string>
<string>1811122024</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions VandelayQrTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.5</string>
<string>0.8.0</string>
<key>CFBundleVersion</key>
<string>1811111951</string>
<string>1811122024</string>
</dict>
</plist>

0 comments on commit f359370

Please sign in to comment.