From 21ede5f77fa4c8650f76ec31863683c22cd5e0dc Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 18 Jan 2019 17:48:54 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=201.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- MasKit/SupportingFiles/Info.plist | 4 ++-- MasKitTests/SupportingFiles/Info.plist | 4 ++-- mas-cli.xcodeproj/project.pbxproj | 12 ++++++------ mas/mas-Info.plist | 2 +- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fcf96f..b1cb484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + + +## [v1.6.1] 🍀 Lucky Again - 2019-01-18 + - 🐛 Fix `lucky` command #207 - 🐛 Restore `search` table output #205 @@ -145,7 +149,8 @@ Use the `mas.pkg` package to install manually. ## [v1.0.0] - 2015-09-20 - Initial Release -[Unreleased]: https://github.com/mas-cli/mas/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/mas-cli/mas/compare/v1.6.1...HEAD +[v1.6.0]: https://github.com/mas-cli/mas/compare/v1.6.0...v1.6.1 [v1.6.0]: https://github.com/mas-cli/mas/compare/v1.5.0...v1.6.0 [v1.5.0]: https://github.com/mas-cli/mas/compare/v1.4.4...v1.5.0 [v1.4.4]: https://github.com/mas-cli/mas/compare/v1.4.3...v1.4.4 diff --git a/MasKit/SupportingFiles/Info.plist b/MasKit/SupportingFiles/Info.plist index 7665ad5..c82b0c3 100644 --- a/MasKit/SupportingFiles/Info.plist +++ b/MasKit/SupportingFiles/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleVersion - 10600000 + 10601000 NSHumanReadableCopyright Copyright © 2018 Andrew Naylor. All rights reserved. diff --git a/MasKitTests/SupportingFiles/Info.plist b/MasKitTests/SupportingFiles/Info.plist index 554ff47..34b371f 100644 --- a/MasKitTests/SupportingFiles/Info.plist +++ b/MasKitTests/SupportingFiles/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleVersion - 10600000 + 10601000 diff --git a/mas-cli.xcodeproj/project.pbxproj b/mas-cli.xcodeproj/project.pbxproj index 40e7baf..027733e 100644 --- a/mas-cli.xcodeproj/project.pbxproj +++ b/mas-cli.xcodeproj/project.pbxproj @@ -1123,7 +1123,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CREATE_INFOPLIST_SECTION_IN_BINARY = YES; - CURRENT_PROJECT_VERSION = 10600000; + CURRENT_PROJECT_VERSION = 10601000; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1188,7 +1188,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CREATE_INFOPLIST_SECTION_IN_BINARY = YES; - CURRENT_PROJECT_VERSION = 10600000; + CURRENT_PROJECT_VERSION = 10601000; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1275,10 +1275,10 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 10600000; + CURRENT_PROJECT_VERSION = 10601000; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 6.0; - DYLIB_CURRENT_VERSION = 6.0; + DYLIB_CURRENT_VERSION = 6.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1313,10 +1313,10 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 10600000; + CURRENT_PROJECT_VERSION = 10601000; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 6.0; - DYLIB_CURRENT_VERSION = 6.0; + DYLIB_CURRENT_VERSION = 6.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/mas/mas-Info.plist b/mas/mas-Info.plist index c823327..c572c16 100644 --- a/mas/mas-Info.plist +++ b/mas/mas-Info.plist @@ -11,6 +11,6 @@ CFBundleName mas-cli CFBundleShortVersionString - 1.6.0 + 1.6.1