From 79355dc4a818080426deb0d2befbb19fe95629c5 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sat, 9 Apr 2016 12:21:15 +0200 Subject: [PATCH] release: v0.2.0 --- .bumpversion.cfg | 2 +- README.md | 2 +- appveyor.yml | 2 +- doc/Doxyfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7ea4131..e37560b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = False [bumpversion:file:appveyor.yml] diff --git a/README.md b/README.md index 5e85231..6dd3591 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mimick [![Unix Build Status](https://travis-ci.org/Snaipe/Mimick.svg?branch=master)](https://travis-ci.org/Snaipe/Mimick) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/Snaipe/Mimick?svg=true&branch=master)](https://ci.appveyor.com/project/Snaipe/Mimick/branch/bleeding) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/Snaipe/Mimick/blob/master/LICENSE) -[![Version](https://img.shields.io/badge/version-v0.1.0-orange.svg?style=flat)](https://github.com/Snaipe/Mimick/releases) +[![Version](https://img.shields.io/badge/version-v0.2.0-orange.svg?style=flat)](https://github.com/Snaipe/Mimick/releases) A KISS, cross-platform C Mocking library diff --git a/appveyor.yml b/appveyor.yml index 7b6d88c..da7d295 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.1.0_b{build}-{branch} +version: 0.2.0_b{build}-{branch} init: - git config --global core.autocrlf input diff --git a/doc/Doxyfile b/doc/Doxyfile index a07b526..f9ee9d1 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Mimick" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.1.0 +PROJECT_NUMBER = 0.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a