Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yllan committed Feb 1, 2021
1 parent 05878e6 commit 26ad786
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions JXLook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_VERSION = 0.1.2;
APP_VERSION = 0.1.3;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -977,7 +977,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_VERSION = 0.1.2;
APP_VERSION = 0.1.3;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -1055,7 +1055,6 @@
"$(inherited)",
"$(PROJECT_DIR)/jpeg-xl/lib",
);
MARKETING_VERSION = 0.1.3;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.yllan.JXLook;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1093,7 +1092,6 @@
"$(inherited)",
"$(PROJECT_DIR)/jpeg-xl/lib",
);
MARKETING_VERSION = 0.1.3;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.yllan.JXLook;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions JXLook/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>$(APP_VERSION)</string>
<key>CFBundleVersion</key>
<string>9bf2081</string>
<string>05878e6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.photography</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion JXLookTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>9bf2081</string>
<string>05878e6</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion JXLookUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>9bf2081</string>
<string>05878e6</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion JXQuickLook/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(APP_VERSION)</string>
<key>CFBundleVersion</key>
<string>9bf2081</string>
<string>05878e6</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 26ad786

Please sign in to comment.