Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b858a1d

Browse files
committed
Bump
1 parent 88088db commit b858a1d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

imageoptim/Backend/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>FMWK</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.0</string>
22+
<string>1.7.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

imageoptim/Backend/Tests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.7.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
</dict>
2424
</plist>

imageoptim/ImageOptim.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,10 +2058,10 @@
20582058
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
20592059
CLANG_WARN_UNREACHABLE_CODE = YES;
20602060
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2061-
CURRENT_PROJECT_VERSION = 1;
2061+
CURRENT_PROJECT_VERSION = 2;
20622062
DEFINES_MODULE = YES;
20632063
DYLIB_COMPATIBILITY_VERSION = 1;
2064-
DYLIB_CURRENT_VERSION = 1;
2064+
DYLIB_CURRENT_VERSION = 2;
20652065
DYLIB_INSTALL_NAME_BASE = "@rpath";
20662066
ENABLE_STRICT_OBJC_MSGSEND = YES;
20672067
FRAMEWORK_VERSION = A;
@@ -2098,11 +2098,11 @@
20982098
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
20992099
CLANG_WARN_UNREACHABLE_CODE = YES;
21002100
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2101-
CURRENT_PROJECT_VERSION = 1;
2101+
CURRENT_PROJECT_VERSION = 2;
21022102
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21032103
DEFINES_MODULE = YES;
21042104
DYLIB_COMPATIBILITY_VERSION = 1;
2105-
DYLIB_CURRENT_VERSION = 1;
2105+
DYLIB_CURRENT_VERSION = 2;
21062106
DYLIB_INSTALL_NAME_BASE = "@rpath";
21072107
ENABLE_NS_ASSERTIONS = NO;
21082108
ENABLE_STRICT_OBJC_MSGSEND = YES;

imageoptim/ImageOptimize/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1</string>
20+
<string>1.7.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

imageoptim/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<key>CFBundlePackageType</key>
113113
<string>APPL</string>
114114
<key>CFBundleShortVersionString</key>
115-
<string>1.7.1</string>
115+
<string>1.7.2</string>
116116
<key>CFBundleVersion</key>
117117
<string>1.7.1</string>
118118
<key>LSApplicationCategoryType</key>

0 commit comments

Comments
 (0)