diff --git a/CHANGELOG.md b/CHANGELOG.md index 8505124..fcbdc8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Details about this file’s format at . The change l ## [Unreleased] +## [2.4.0] - 2019-06-11 + - Use properly typedef’d enumerations to improve Swift syntax [Tony Arnold] - Fix return from a NSToolTip method that expects a non-null return value [Tony Arnold] - Brazilian Portuguese localization [vitu] diff --git a/Demo/Info.plist b/Demo/Info.plist index 15c14a8..51d9be0 100644 --- a/Demo/Info.plist +++ b/Demo/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.3.6 + 2.4.0 CFBundleVersion - 1 + 2.4.0 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright diff --git a/Framework/Info.plist b/Framework/Info.plist index 2bc8ea1..3acff00 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.3.6 + 2.4.0 CFBundleVersion - 2.3.6 + 2.4.0 NSHumanReadableCopyright Copyright © Vadim Shpakovski. All rights reserved. diff --git a/MASShortcut.podspec b/MASShortcut.podspec index c628df9..11d2715 100644 --- a/MASShortcut.podspec +++ b/MASShortcut.podspec @@ -1,7 +1,7 @@ # coding: utf-8 Pod::Spec.new do |s| s.name = 'MASShortcut' - s.version = '2.3.6' + s.version = '2.4.0' s.summary = 'Modern framework for managing global keyboard shortcuts compatible with Mac App Store' s.homepage = 'https://github.com/shpakovski/MASShortcut' s.license = 'BSD 2-clause' diff --git a/MASShortcut.xcodeproj/project.pbxproj b/MASShortcut.xcodeproj/project.pbxproj index 1cc9fc7..849e6e1 100644 --- a/MASShortcut.xcodeproj/project.pbxproj +++ b/MASShortcut.xcodeproj/project.pbxproj @@ -658,7 +658,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; + DYLIB_CURRENT_VERSION = 2.4.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -680,7 +680,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; + DYLIB_CURRENT_VERSION = 2.4.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/Tests/Info.plist b/Tests/Info.plist index 1079cfc..5ce64e0 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -13,10 +13,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.3.6 + 2.4.0 CFBundleSignature ???? CFBundleVersion - 1 + 2.4.0