diff --git a/NvimView/DrawerDev/Info.plist b/NvimView/DrawerDev/Info.plist index 71754f0f..54a10dd9 100644 --- a/NvimView/DrawerDev/Info.plist +++ b/NvimView/DrawerDev/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleVersion - 328 + 329 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/NvimView/DrawerPerf/Info.plist b/NvimView/DrawerPerf/Info.plist index d3ca2231..d5d9a566 100644 --- a/NvimView/DrawerPerf/Info.plist +++ b/NvimView/DrawerPerf/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleVersion - 328 + 329 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/NvimView/MinimalNvimViewDemo/Info.plist b/NvimView/MinimalNvimViewDemo/Info.plist index ca472e39..c56a4949 100644 --- a/NvimView/MinimalNvimViewDemo/Info.plist +++ b/NvimView/MinimalNvimViewDemo/Info.plist @@ -38,9 +38,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleVersion - 328 + 329 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/NvimView/NvimView.xcodeproj/project.pbxproj b/NvimView/NvimView.xcodeproj/project.pbxproj index 7edefd1d..368f404b 100644 --- a/NvimView/NvimView.xcodeproj/project.pbxproj +++ b/NvimView/NvimView.xcodeproj/project.pbxproj @@ -1150,7 +1150,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 328; + CURRENT_PROJECT_VERSION = 329; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1212,7 +1212,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 328; + CURRENT_PROJECT_VERSION = 329; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1242,7 +1242,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 328; + DYLIB_CURRENT_VERSION = 329; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../Carthage/Build/Mac"; FRAMEWORK_VERSION = A; @@ -1264,7 +1264,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 328; + DYLIB_CURRENT_VERSION = 329; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../Carthage/Build/Mac"; FRAMEWORK_VERSION = A; diff --git a/NvimView/NvimView/Info.plist b/NvimView/NvimView/Info.plist index a0bc6ebc..3d36c5e0 100644 --- a/NvimView/NvimView/Info.plist +++ b/NvimView/NvimView/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleVersion - 328 + 329 NSHumanReadableCopyright Copyright © 2017 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/NvimView/NvimViewTests/Info.plist b/NvimView/NvimViewTests/Info.plist index 35677c1f..1a11dadc 100644 --- a/NvimView/NvimViewTests/Info.plist +++ b/NvimView/NvimViewTests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleVersion - 328 + 329 diff --git a/VimR/VimR.xcodeproj/project.pbxproj b/VimR/VimR.xcodeproj/project.pbxproj index d63969f8..2b586597 100644 --- a/VimR/VimR.xcodeproj/project.pbxproj +++ b/VimR/VimR.xcodeproj/project.pbxproj @@ -1842,7 +1842,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 328; + CURRENT_PROJECT_VERSION = 329; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_HARDENED_RUNTIME = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1903,7 +1903,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 328; + CURRENT_PROJECT_VERSION = 329; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_HARDENED_RUNTIME = YES; ENABLE_NS_ASSERTIONS = NO; diff --git a/VimR/VimR/Info.plist b/VimR/VimR/Info.plist index 1d2ac4ff..f36ca73c 100644 --- a/VimR/VimR/Info.plist +++ b/VimR/VimR/Info.plist @@ -1224,7 +1224,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleSignature ???? CFBundleURLTypes @@ -1241,7 +1241,7 @@ CFBundleVersion - 328 + 329 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/VimR/VimRTests/Info.plist b/VimR/VimRTests/Info.plist index f7548f79..9653b7a3 100644 --- a/VimR/VimRTests/Info.plist +++ b/VimR/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.28.0 + 0.29.0 CFBundleSignature ???? CFBundleVersion - 328 + 329 diff --git a/appcast.xml b/appcast.xml index 92037566..d3c2449c 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,26 +7,25 @@ Most recent changes with links to updates for VimR. en - v0.28.0-328 + v0.29.0-329 -
  • Add MathJax to Markdown preview
  • Dependencies updates:
      -
    • Neovim 0.4.2
    • +
    • Neovim 0.4.3
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.28.0-328 + https://github.com/qvacua/vimr/releases/tag/v0.29.0-329 - 2019-09-20T12:09:38.433154 + 2019-11-25T20:28:46.639290 10.12.0 -
    diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml index 92037566..d3c2449c 100644 --- a/appcast_snapshot.xml +++ b/appcast_snapshot.xml @@ -7,26 +7,25 @@ Most recent changes with links to updates for VimR. en - v0.28.0-328 + v0.29.0-329 -
  • Add MathJax to Markdown preview
  • Dependencies updates:
      -
    • Neovim 0.4.2
    • +
    • Neovim 0.4.3
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.28.0-328 + https://github.com/qvacua/vimr/releases/tag/v0.29.0-329 - 2019-09-20T12:09:38.433154 + 2019-11-25T20:28:46.639290 10.12.0 -
    diff --git a/resources/release-notes.md b/resources/release-notes.md index b41113ba..2fd66a7d 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,4 +1,9 @@ -# ??? +# 0.29.0-329 + +* Dependencies updates: + - Neovim 0.4.3 + +# 0.28.0-328 * Add MathJax to Markdown preview * Dependencies updates: