Skip to content

Commit

Permalink
bump version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Dec 14, 2020
1 parent 140beb4 commit 44c6303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(android-file-transfer)
set (CMAKE_CXX_STANDARD 11)

set(VERSION_MAJOR "4")
set(VERSION_MINOR "0")
set(VERSION_MINOR "1")
set(VERSION_PATCH "0")
set(VERSION_COUNT 3)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Android File Transfer For Linux (FreeBSD 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-4.0-green.svg)](https://github.com/whoozle/android-file-transfer-linux)
[![Version](http://img.shields.io/:version-4.1-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-Linux](https://snapcraft.io//android-file-transfer-linux/badge.svg)](https://snapcraft.io/android-file-transfer-linux)

Expand Down

0 comments on commit 44c6303

Please sign in to comment.