From 5b07f6d6d8695489efcea595c22d87b4cd537f00 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 6 May 2017 18:21:31 +0200 Subject: [PATCH 1/2] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 293a2301..881dcbd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set(PROJECT_NAME "Cockatrice") # Can be overriden by git tags, see cmake/getversion.cmake set(PROJECT_VERSION_MAJOR "2") set(PROJECT_VERSION_MINOR "3") -set(PROJECT_VERSION_PATCH "17") +set(PROJECT_VERSION_PATCH "18") # Default to "Release" build type # User-provided value for CMAKE_BUILD_TYPE must be checked before the PROJECT() call From 2fb2481211352d7e25e467e69c37da2c57bce9b4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 7 May 2017 12:45:53 +0200 Subject: [PATCH 2/2] updated badges --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d2d541..189d83df 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ We offer downloads for all full releases (recommended) and the latest developmen -# Get Involved [![Gitter chat](https://badges.gitter.im/Cockatrice/Cockatrice.png)](https://gitter.im/Cockatrice/Cockatrice) +# Get Involved [![Gitter Chat](https://img.shields.io/gitter/room/Cockatrice/Cockatrice.svg)](https://gitter.im/Cockatrice/Cockatrice) [Chat](https://gitter.im/Cockatrice/Cockatrice) with the Cockatrice developers on Gitter. Come here to talk about the application, features, or just to hang out. For support regarding specific servers, please contact that server's admin or forum for support rather than asking here.
@@ -41,6 +41,7 @@ We try to be very responsive to new issues. We'll try to give you advice on how # Community Resources + - [Cockatrice Official Site](https://cockatrice.github.io) - [Cockatrice Official Wiki](https://github.com/Cockatrice/Cockatrice/wiki) - [reddit r/Cockatrice](https://reddit.com/r/cockatrice) @@ -117,7 +118,7 @@ Please note that running this command will expose the TCP port 4747 of the docke More infos on how to use Servatrice with Docker can be found in our [wiki](https://github.com/Cockatrice/Cockatrice/wiki/Setting-up-Servatrice#using-docker). -# License [![GPLv2 License](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING) +# License [![GPLv2 License](https://img.shields.io/github/license/Cockatrice/Cockatrice.svg)](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING) Cockatrice is free software, licensed under the [GPLv2](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING).