Skip to content

Commit 153c408

Browse files
authored
Merge pull request #208 from mas-cli/release-1.6.1
🔖 Release 1.6.1
2 parents ebafed1 + 21ede5f commit 153c408

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
11+
12+
## [v1.6.1] 🍀 Lucky Again - 2019-01-18
13+
1014
- 🐛 Fix `lucky` command #207
1115
- 🐛 Restore `search` table output #205
1216

@@ -145,7 +149,8 @@ Use the `mas.pkg` package to install manually.
145149
## [v1.0.0] - 2015-09-20
146150
- Initial Release
147151

148-
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.6.0...HEAD
152+
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.6.1...HEAD
153+
[v1.6.0]: https://github.com/mas-cli/mas/compare/v1.6.0...v1.6.1
149154
[v1.6.0]: https://github.com/mas-cli/mas/compare/v1.5.0...v1.6.0
150155
[v1.5.0]: https://github.com/mas-cli/mas/compare/v1.4.4...v1.5.0
151156
[v1.4.4]: https://github.com/mas-cli/mas/compare/v1.4.3...v1.4.4

MasKit/SupportingFiles/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.0</string>
18+
<string>1.6.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10600000</string>
20+
<string>10601000</string>
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright © 2018 Andrew Naylor. All rights reserved.</string>
2323
</dict>

MasKitTests/SupportingFiles/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.0</string>
18+
<string>1.6.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10600000</string>
20+
<string>10601000</string>
2121
</dict>
2222
</plist>

mas-cli.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
CLANG_WARN_UNREACHABLE_CODE = YES;
11241124
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11251125
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
1126-
CURRENT_PROJECT_VERSION = 10600000;
1126+
CURRENT_PROJECT_VERSION = 10601000;
11271127
DEBUG_INFORMATION_FORMAT = dwarf;
11281128
ENABLE_STRICT_OBJC_MSGSEND = YES;
11291129
ENABLE_TESTABILITY = YES;
@@ -1188,7 +1188,7 @@
11881188
CLANG_WARN_UNREACHABLE_CODE = YES;
11891189
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11901190
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
1191-
CURRENT_PROJECT_VERSION = 10600000;
1191+
CURRENT_PROJECT_VERSION = 10601000;
11921192
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11931193
ENABLE_NS_ASSERTIONS = NO;
11941194
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1275,10 +1275,10 @@
12751275
CODE_SIGN_STYLE = Automatic;
12761276
COMBINE_HIDPI_IMAGES = YES;
12771277
COPY_PHASE_STRIP = NO;
1278-
CURRENT_PROJECT_VERSION = 10600000;
1278+
CURRENT_PROJECT_VERSION = 10601000;
12791279
DEFINES_MODULE = YES;
12801280
DYLIB_COMPATIBILITY_VERSION = 6.0;
1281-
DYLIB_CURRENT_VERSION = 6.0;
1281+
DYLIB_CURRENT_VERSION = 6.1;
12821282
DYLIB_INSTALL_NAME_BASE = "@rpath";
12831283
FRAMEWORK_SEARCH_PATHS = (
12841284
"$(inherited)",
@@ -1313,10 +1313,10 @@
13131313
CODE_SIGN_STYLE = Automatic;
13141314
COMBINE_HIDPI_IMAGES = YES;
13151315
COPY_PHASE_STRIP = NO;
1316-
CURRENT_PROJECT_VERSION = 10600000;
1316+
CURRENT_PROJECT_VERSION = 10601000;
13171317
DEFINES_MODULE = YES;
13181318
DYLIB_COMPATIBILITY_VERSION = 6.0;
1319-
DYLIB_CURRENT_VERSION = 6.0;
1319+
DYLIB_CURRENT_VERSION = 6.1;
13201320
DYLIB_INSTALL_NAME_BASE = "@rpath";
13211321
FRAMEWORK_SEARCH_PATHS = (
13221322
"$(inherited)",

mas/mas-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<key>CFBundleName</key>
1212
<string>mas-cli</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>1.6.0</string>
14+
<string>1.6.1</string>
1515
</dict>
1616
</plist>

0 commit comments

Comments
 (0)