diff --git a/OutlineViewTest/Info.plist b/OutlineViewTest/Info.plist
index 5514bfc3..54da7c27 100644
--- a/OutlineViewTest/Info.plist
+++ b/OutlineViewTest/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- SNAPSHOT-161
+ 0.12.6
CFBundleVersion
- 161
+ 162
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist
index c713dbb3..dc9e2cd2 100644
--- a/SwiftNeoVim/Info.plist
+++ b/SwiftNeoVim/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- SNAPSHOT-161
+ 0.12.6
CFBundleSignature
????
CFBundleVersion
- 161
+ 162
NSHumanReadableCopyright
Copyright © 2016 Tae Won Ha. All rights reserved.
NSPrincipalClass
diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist
index e52484ed..d8c97b58 100644
--- a/SwiftNeoVimTests/Info.plist
+++ b/SwiftNeoVimTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- SNAPSHOT-161
+ 0.12.6
CFBundleSignature
????
CFBundleVersion
- 161
+ 162
diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist
index efd0de59..d6371a28 100644
--- a/VimR-Workspace-Demo/Info.plist
+++ b/VimR-Workspace-Demo/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- SNAPSHOT-161
+ 0.12.6
CFBundleSignature
????
CFBundleVersion
- 161
+ 162
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj
index 9faab203..80a53e23 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 = 161;
+ DYLIB_CURRENT_VERSION = 162;
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 = 161;
+ DYLIB_CURRENT_VERSION = 162;
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 = 161;
+ CURRENT_PROJECT_VERSION = 162;
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 = 161;
+ CURRENT_PROJECT_VERSION = 162;
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 81f3670d..9eeccb03 100644
--- a/VimR/Info.plist
+++ b/VimR/Info.plist
@@ -36,7 +36,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- SNAPSHOT-161
+ 0.12.6
CFBundleSignature
????
CFBundleURLTypes
@@ -53,7 +53,7 @@
CFBundleVersion
- 161
+ 162
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist
index e52484ed..d8c97b58 100644
--- a/VimRTests/Info.plist
+++ b/VimRTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- SNAPSHOT-161
+ 0.12.6
CFBundleSignature
????
CFBundleVersion
- 161
+ 162
diff --git a/appcast.xml b/appcast.xml
index f249eb3d..eca61160 100644
--- a/appcast.xml
+++ b/appcast.xml
@@ -7,22 +7,22 @@
Most recent changes with links to updates for VimR.
en
-
- v0.12.5-159
+ v0.12.6-162
-GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks.
+GH-382: Bugfix: Sometimes the working directory is not set correctly when using the command line tool
vimr
.
]]>
- https://github.com/qvacua/vimr/releases/tag/v0.12.5-159
+ https://github.com/qvacua/vimr/releases/tag/v0.12.6-162
- 2017-01-08T14:34:02.722799
+ 2017-01-10T18:14:29.004786
10.10.0
-
diff --git a/resources/release-notes.md b/resources/release-notes.md
index cc39de1b..9a3cade9 100644
--- a/resources/release-notes.md
+++ b/resources/release-notes.md
@@ -1,3 +1,7 @@
+# 0.12.6-162
+
+* GH-382: Bugfix: Sometimes the working directory is not set correctly when using the command line tool `vimr`.
+
# 0.12.5-159
* GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks.