diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b0af3b6..cc95df43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(android-file-transfer) set (CMAKE_CXX_STANDARD 11) set(VERSION_MAJOR "4") -set(VERSION_MINOR "3") +set(VERSION_MINOR "4") set(VERSION_PATCH "0") set(VERSION_COUNT 3) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/README.md b/README.md index 08bb2869..d39096f9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Android File Transfer For Linux (FreeBSD and macOS, too!) [![License](https://img.shields.io/:license-LGPLv2.1-blue.svg)](https://github.com/whoozle/android-file-transfer-linux/blob/master/LICENSE) -[![Version](https://img.shields.io/:version-4.3-green.svg)](https://github.com/whoozle/android-file-transfer-linux) +[![Version](https://img.shields.io/:version-4.4-green.svg)](https://github.com/whoozle/android-file-transfer-linux) [![Android File Transfer for Linux (and macOS!)](https://github.com/whoozle/android-file-transfer-linux/actions/workflows/actions.yml/badge.svg)](https://github.com/whoozle/android-file-transfer-linux/actions/workflows/actions.yml) Android File Transfer for Linux — a reliable [MTP](https://en.wikipedia.org/wiki/Media_Transfer_Protocol) client with minimalistic UI similar to [Android File Transfer](https://www.android.com/intl/en_us/filetransfer/). diff --git a/android-file-transfer-linux.json b/android-file-transfer-linux.json index f147d5e5..3557723e 100644 --- a/android-file-transfer-linux.json +++ b/android-file-transfer-linux.json @@ -13,7 +13,7 @@ "config-opts": [ "-DCMAKE_BUILD_TYPE=Release" ], "sources": [{ "type": "git", - "tag": "v4.3", + "tag": "v4.4", "url": "https://github.com/whoozle/android-file-transfer-linux.git" }] }