diff --git a/CMakeLists.txt b/CMakeLists.txt index bc5b267..473f8a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 0) -set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 13) -set(breakhack_RELEASE_TYPE "(early access)") +set(breakhack_MINOR_VERSION 2) +set(breakhack_PATCH_VERSION 1) +set(breakhack_RELEASE_TYPE "(beta)") include(FindLua) include(FindPhysFS) diff --git a/README.md b/README.md index 42c69bb..db52a82 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/fc02d56fa7194e61b2c7d260fd2e4186)](https://www.codacy.com/app/LiquidityC/breakhack?utm_source=github.com&utm_medium=referral&utm_content=LiquidityC/breakhack&utm_campaign=Badge_Grade) [![CodeFactor](https://www.codefactor.io/repository/github/liquidityc/breakhack/badge/master)](https://www.codefactor.io/repository/github/liquidityc/breakhack/overview/master) +[![GitHub issues](https://img.shields.io/github/issues/liquidityc/breakhack.svg)](https://github.com/liquidityc/breakhack/issues) +[![GitHub closed issues](https://img.shields.io/github/issues-closed/liquidityc/breakhack.svg)](https://github.com/liquidityc/breakhack/issues) +![GitHub (pre-)release](https://img.shields.io/github/release/liquidityc/breakhack/all.svg) +[![Github All Releases](https://img.shields.io/github/downloads/liquidityc/breakhack/total.svg)](https://github.com/liquidityc/breakhack/releases) +[![HitCount](http://hits.dwyl.io/liquidityc/breakhack.svg)](http://hits.dwyl.io/liquidityc/breakhack) Something in the ways of a roguelike ================================