Skip to content

Commit

Permalink
🔖 release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosswestfalen committed Feb 24, 2019
1 parent 8909e64 commit 32780e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

project("stopwatch"
VERSION 0.0.1
VERSION 1.0.0
LANGUAGES CXX)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bosswestfalen::stopwatch
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bosswestfalen/stopwatch/development/LICENSE.MIT)
[![GitHub Releases](https://img.shields.io/github/release/bosswestfalen/stopwatch.svg)](https://github.com/bosswestfalen/stopwatch/releases)

`bosswestfalen::stopwatch` is a simple to use time measurement class.

Expand Down
2 changes: 1 addition & 1 deletion src/bosswestfalen/stopwatch.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* \file stopwatch.hpp
* \author Bosswestfalen (https://github.com/Bosswestfalen)
* \version 0.0.1
* \version 1.0.0
* \date 2019
* \copyright MIT License
*/
Expand Down

0 comments on commit 32780e9

Please sign in to comment.