Skip to content

Commit

Permalink
bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keeferrourke committed Apr 17, 2019
1 parent dff9a84 commit 62357c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ libtdd

[![repo ci status](https://img.shields.io/travis/keeferrourke/libtdd.svg)
![dev ci status](https://img.shields.io/travis/com/keeferrourke/libtdd/development.svg?label=build%20%28dev%29)](https://travis-ci.com/keeferrourke/libtdd)
[![v0.0.2](https://img.shields.io/badge/version-0.0.2%20%28alpha%29-blue.svg)](#)

`libtdd` is a minimalist testing framework inspired by the Golang
testing pkg. It is designed to provide a framework which may be used to
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libtdd', 'c', version: '1.0.0', license: 'ISC',
project('libtdd', 'c', version: '0.0.2', license: 'ISC',
default_options: [
'c_std=c99',
])
Expand Down

0 comments on commit 62357c7

Please sign in to comment.