Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Jun 28, 2022
1 parent b2aa443 commit faaf24a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions VimR/VimR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20220628.205401;
CURRENT_PROJECT_VERSION = 20220628.220813;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1188,7 +1188,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20220628.205401;
CURRENT_PROJECT_VERSION = 20220628.220813;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1217,7 +1217,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20220628.205401;
CURRENT_PROJECT_VERSION = 20220628.220813;
DEFINES_MODULE = YES;
IBC_MODULE = VimR;
INFOPLIST_FILE = VimR/Info.plist;
Expand All @@ -1239,7 +1239,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20220628.205401;
CURRENT_PROJECT_VERSION = 20220628.220813;
DEFINES_MODULE = YES;
IBC_MODULE = VimR;
INFOPLIST_FILE = VimR/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions VimR/VimR/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.41.1</string>
<string>0.41.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -1241,7 +1241,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20220628.205401</string>
<string>20220628.220813</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions VimR/VimRTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.41.1</string>
<string>0.41.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20220628.205401</string>
<string>20220628.220813</string>
</dict>
</plist>
6 changes: 5 additions & 1 deletion resources/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

* ...

# 0.41.1-20220628.205401
# 0.41.2-20220628.220813

* Bugfix: Sometimes macOS returns a weird locale, e.g., `en_DE.UTF-8`, which Neovim does not understand.

# 0.41.1-20220628.205401

* Skipping the version

# 0.41.0-20220626.182832

* Neovim 0.7.2 😀
Expand Down

0 comments on commit faaf24a

Please sign in to comment.