diff --git a/OutlineViewTest/Info.plist b/OutlineViewTest/Info.plist index 27c997e4..0108ced7 100644 --- a/OutlineViewTest/Info.plist +++ b/OutlineViewTest/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleVersion - 158 + 159 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist index 6e700893..3d0749cc 100644 --- a/SwiftNeoVim/Info.plist +++ b/SwiftNeoVim/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 NSHumanReadableCopyright Copyright © 2016 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist index 7b103343..27b62a70 100644 --- a/SwiftNeoVimTests/Info.plist +++ b/SwiftNeoVimTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist index ba4ffc3a..299f1e79 100644 --- a/VimR-Workspace-Demo/Info.plist +++ b/VimR-Workspace-Demo/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj index f81d6421..1823bd53 100644 --- a/VimR.xcodeproj/project.pbxproj +++ b/VimR.xcodeproj/project.pbxproj @@ -1411,7 +1411,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 158; + DYLIB_CURRENT_VERSION = 159; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1435,7 +1435,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 158; + DYLIB_CURRENT_VERSION = 159; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1627,7 +1627,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 158; + CURRENT_PROJECT_VERSION = 159; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1677,7 +1677,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 158; + CURRENT_PROJECT_VERSION = 159; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/VimR/Info.plist b/VimR/Info.plist index a43e6ad4..590171dd 100644 --- a/VimR/Info.plist +++ b/VimR/Info.plist @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 158 + 159 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist index 7b103343..27b62a70 100644 --- a/VimRTests/Info.plist +++ b/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-158 + 0.12.5 CFBundleSignature ???? CFBundleVersion - 158 + 159 diff --git a/appcast.xml b/appcast.xml index 5e9ab51a..f249eb3d 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,22 +7,22 @@ Most recent changes with links to updates for VimR. en - v0.12.4-157 + v0.12.5-159 -
  • GH-376: Fix a part of the bug. There's still an issue, cf. discussions in GH-376.
  • +
  • GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks.
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.12.4-157 + https://github.com/qvacua/vimr/releases/tag/v0.12.5-159 - 2017-01-05T06:01:49.512565 + 2017-01-08T14:34:02.722799 10.10.0 -
    diff --git a/resources/release-notes.md b/resources/release-notes.md index 17cde5ee..cc39de1b 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,6 +1,6 @@ -# next +# 0.12.5-159 -* GH-376: Bugfix, cf. GH-376 +* GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks. # 0.12.4-156