Skip to content

Commit

Permalink
Release 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Mar 24, 2020
1 parent cfcc3fa commit eea47a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(cpeditor LANGUAGES CXX VERSION 6.1.3)
project(cpeditor LANGUAGES CXX VERSION 6.1.4)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 2 additions & 0 deletions doc/CHANGELOG.md
@@ -1,5 +1,7 @@
## UNRELEASED

## 6.1.4

### Fixed

- Fix the wrong behavior of toggle comments, indent, delete line, etc. when wrap text is on. (#213)
Expand Down

0 comments on commit eea47a3

Please sign in to comment.