Skip to content

Commit

Permalink
Release v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Jun 18, 2018
1 parent 3f201be commit 4374972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -46,7 +46,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
)
else ()
# release build - use hard-coded version string
set ( PROJECT_VERSION "0.11.1" )
set ( PROJECT_VERSION "0.12.0" )
endif ()

##
Expand Down
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== **
== v0.12
* `mail.close_on_success` configures if page closes on successful send.
* `terminal.font_description` configures font of embedded terminal.
* `terminal.height` configures height of embedded terminal.
Expand Down

0 comments on commit 4374972

Please sign in to comment.