Skip to content

Commit

Permalink
Bump the marketing version to 3.0.2, build number to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan committed Jul 20, 2020
1 parent b914e7c commit 35d837e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Sources/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Tests/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>3.0.0</string>
<string>3.0.2</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions Thingy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 9;
DYLIB_CURRENT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DYLIB_CURRENT_VERSION = 10;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -678,8 +678,8 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 9;
DYLIB_CURRENT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DYLIB_CURRENT_VERSION = 10;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down

0 comments on commit 35d837e

Please sign in to comment.