Skip to content

Commit

Permalink
Preparing release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Mar 29, 2018
1 parent 561d001 commit bb05e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -91,7 +91,7 @@ matrix:
after_success:
- conan remote add bintray https://api.bintray.com/conan/morwenn/cpp-sort
- conan user -r bintray -p ${CONAN_PASSWORD} morwenn
- conan upload --all -r bintray cpp-sort/1.1.0@morwenn/stable
- conan upload --all -r bintray cpp-sort/1.1.1@morwenn/stable

before_install:
- if [[ $TRAVIS_OS_NAME = "osx" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Latest Release](https://img.shields.io/badge/release-cpp--sort%2F1.1.0-blue.svg)](https://github.com/Morwenn/cpp-sort/releases)
[![Latest Release](https://img.shields.io/badge/release-cpp--sort%2F1.1.1-blue.svg)](https://github.com/Morwenn/cpp-sort/releases)
[![Build Status](https://travis-ci.org/Morwenn/cpp-sort.svg?branch=master)](https://travis-ci.org/Morwenn/cpp-sort)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
[![Code Coverage](https://codecov.io/gh/Morwenn/cpp-sort/branch/master/graph/badge.svg)](https://codecov.io/gh/Morwenn/cpp-sort)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Expand Up @@ -3,7 +3,7 @@

class CppSortConan(ConanFile):
name = "cpp-sort"
version = "1.1.0"
version = "1.1.1"
settings = "compiler"
license = "https://github.com/Morwenn/cpp-sort/blob/master/license.txt"
url = "https://github.com/Morwenn/cpp-sort"
Expand Down
2 changes: 1 addition & 1 deletion include/cpp-sort/version.h
Expand Up @@ -28,6 +28,6 @@

#define CPPSORT_VERSION_MAJOR 1
#define CPPSORT_VERSION_MINOR 1
#define CPPSORT_VERSION_PATCH 0
#define CPPSORT_VERSION_PATCH 1

#endif // CPPSORT_VERSION_H_

0 comments on commit bb05e4e

Please sign in to comment.