From 12d5c44608e14cb26d404bb0427076039bc693cb Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Mon, 10 Sep 2018 18:16:40 +0100 Subject: [PATCH] bumped version to 3.5 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ccfc489..5cfe8ac4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(android-file-transfer) set(VERSION_MAJOR "3") -set(VERSION_MINOR "3") +set(VERSION_MINOR "5") 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 95c7e86a..4fa0044b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Android File Transfer For Linux (and Mac OS X!) [![License](http://img.shields.io/:license-LGPLv2.1-blue.svg)](https://github.com/whoozle/android-file-transfer-linux/blob/master/LICENSE) -[![Version](http://img.shields.io/:version-3.4-green.svg)](https://github.com/whoozle/android-file-transfer-linux) +[![Version](http://img.shields.io/:version-3.5-green.svg)](https://github.com/whoozle/android-file-transfer-linux) [![Build Status](https://travis-ci.org/whoozle/android-file-transfer-linux.svg?branch=master)](https://travis-ci.org/whoozle/android-file-transfer-linux) Android File Transfer for Linux — reliable MTP client with minimalistic UI similar to [Android File Transfer for Mac](https://www.android.com/intl/en_us/filetransfer/).