Skip to content

Commit 44c6303

Browse files
committed
bump version to 4.1
1 parent 140beb4 commit 44c6303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(android-file-transfer)
44
set (CMAKE_CXX_STANDARD 11)
55

66
set(VERSION_MAJOR "4")
7-
set(VERSION_MINOR "0")
7+
set(VERSION_MINOR "1")
88
set(VERSION_PATCH "0")
99
set(VERSION_COUNT 3)
1010
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Android File Transfer For Linux (FreeBSD and Mac OS X!)
22

33
[![License](http://img.shields.io/:license-LGPLv2.1-blue.svg)](https://github.com/whoozle/android-file-transfer-linux/blob/master/LICENSE)
4-
[![Version](http://img.shields.io/:version-4.0-green.svg)](https://github.com/whoozle/android-file-transfer-linux)
4+
[![Version](http://img.shields.io/:version-4.1-green.svg)](https://github.com/whoozle/android-file-transfer-linux)
55
[![Build Status](https://travis-ci.org/whoozle/android-file-transfer-linux.svg?branch=master)](https://travis-ci.org/whoozle/android-file-transfer-linux)
66
[![Android-File-Transfer-Linux](https://snapcraft.io//android-file-transfer-linux/badge.svg)](https://snapcraft.io/android-file-transfer-linux)
77

0 commit comments

Comments
 (0)