From d238c9e1fb1cea3de7d6280cdd01e5fb72563e76 Mon Sep 17 00:00:00 2001 From: Bruno Dutra Date: Sun, 1 Mar 2020 19:08:05 +0100 Subject: [PATCH] bump to v1.1 --- README.md | 2 +- include/alloy/config/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba76022..b49ae39 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ This project is licensed under the [MIT][license]. [gitter.alloy]: https://gitter.im/brunocodutra/alloy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge [gitter.badge]: https://badges.gitter.im/brunocodutra/alloy.svg -[godbolt.alloy]: https://godbolt.org/g/vmbXbT +[godbolt.alloy]: https://godbolt.org/z/SfXD6H [godbolt.badge]: https://img.shields.io/badge/try%20it-on%20godbolt-222266.svg [license]: https://github.com/brunocodutra/alloy/blob/master/LICENSE diff --git a/include/alloy/config/version.hpp b/include/alloy/config/version.hpp index c0c9d49..46c9025 100644 --- a/include/alloy/config/version.hpp +++ b/include/alloy/config/version.hpp @@ -2,7 +2,7 @@ #define ALLOY_CONFIG_VERSION_HPP #define ALLOY_MAJOR 1 -#define ALLOY_MINOR 0 +#define ALLOY_MINOR 1 #define ALLOY_PATCH 0 #define ALLOY_SEMVER(MAJOR, MINOR, PATCH) \