Skip to content

Commit bb05e4e

Browse files
committed
Preparing release 1.1.1
1 parent 561d001 commit bb05e4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ matrix:
9191
after_success:
9292
- conan remote add bintray https://api.bintray.com/conan/morwenn/cpp-sort
9393
- 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
9595

9696
before_install:
9797
- if [[ $TRAVIS_OS_NAME = "osx" ]]; then

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
[![Build Status](https://travis-ci.org/Morwenn/cpp-sort.svg?branch=master)](https://travis-ci.org/Morwenn/cpp-sort)
33
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
44
[![Code Coverage](https://codecov.io/gh/Morwenn/cpp-sort/branch/master/graph/badge.svg)](https://codecov.io/gh/Morwenn/cpp-sort)

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class CppSortConan(ConanFile):
55
name = "cpp-sort"
6-
version = "1.1.0"
6+
version = "1.1.1"
77
settings = "compiler"
88
license = "https://github.com/Morwenn/cpp-sort/blob/master/license.txt"
99
url = "https://github.com/Morwenn/cpp-sort"

include/cpp-sort/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
#define CPPSORT_VERSION_MAJOR 1
3030
#define CPPSORT_VERSION_MINOR 1
31-
#define CPPSORT_VERSION_PATCH 0
31+
#define CPPSORT_VERSION_PATCH 1
3232

3333
#endif // CPPSORT_VERSION_H_

0 commit comments

Comments
 (0)