diff --git a/CMakeLists.txt b/CMakeLists.txt index 03782ad..b8dd3b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden) set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -add_definitions(-DVECTOR_VERSION="1.1.0") +add_definitions(-DVECTOR_VERSION="1.2.0") add_definitions(-DCPPHTTPLIB_OPENSSL_SUPPORT=1) if(APPLE) diff --git a/VERSION b/VERSION index 1cc5f65..867e524 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/resources/favicon.ico b/resources/favicon.ico index 7e71f03..239db34 100644 Binary files a/resources/favicon.ico and b/resources/favicon.ico differ diff --git a/resources/icon.png b/resources/icon.png deleted file mode 100644 index 45da6fa..0000000 Binary files a/resources/icon.png and /dev/null differ diff --git a/resources/icon_mac.png b/resources/icon_mac.png index 19b25d9..44d3e87 100644 Binary files a/resources/icon_mac.png and b/resources/icon_mac.png differ diff --git a/resources/icon_win.png b/resources/icon_win.png index f8b2fba..5cba335 100644 Binary files a/resources/icon_win.png and b/resources/icon_win.png differ