File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ matrix:
91
91
after_success :
92
92
- conan remote add bintray https://api.bintray.com/conan/morwenn/cpp-sort
93
93
- conan user -r bintray -p ${CONAN_PASSWORD} morwenn
94
- - conan upload --all -r bintray cpp-sort/1.1.0 @morwenn/stable
94
+ - conan upload --all -r bintray cpp-sort/1.1.1 @morwenn/stable
95
95
96
96
before_install :
97
97
- if [[ $TRAVIS_OS_NAME = "osx" ]]; then
Original file line number Diff line number Diff line change 1
- [ ![ Latest Release] ( https://img.shields.io/badge/release-cpp--sort%2F1.1.0 -blue.svg )] ( https://github.com/Morwenn/cpp-sort/releases )
1
+ [ ![ Latest Release] ( https://img.shields.io/badge/release-cpp--sort%2F1.1.1 -blue.svg )] ( https://github.com/Morwenn/cpp-sort/releases )
2
2
[ ![ Build Status] ( https://travis-ci.org/Morwenn/cpp-sort.svg?branch=master )] ( https://travis-ci.org/Morwenn/cpp-sort )
3
3
[ ![ License] ( http://img.shields.io/:license-mit-blue.svg )] ( http://doge.mit-license.org )
4
4
[ ![ Code Coverage] ( https://codecov.io/gh/Morwenn/cpp-sort/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Morwenn/cpp-sort )
Original file line number Diff line number Diff line change 3
3
4
4
class CppSortConan (ConanFile ):
5
5
name = "cpp-sort"
6
- version = "1.1.0 "
6
+ version = "1.1.1 "
7
7
settings = "compiler"
8
8
license = "https://github.com/Morwenn/cpp-sort/blob/master/license.txt"
9
9
url = "https://github.com/Morwenn/cpp-sort"
Original file line number Diff line number Diff line change 28
28
29
29
#define CPPSORT_VERSION_MAJOR 1
30
30
#define CPPSORT_VERSION_MINOR 1
31
- #define CPPSORT_VERSION_PATCH 0
31
+ #define CPPSORT_VERSION_PATCH 1
32
32
33
33
#endif // CPPSORT_VERSION_H_
You can’t perform that action at this time.
0 commit comments