diff options
| -rw-r--r-- | doc/src/conf.py | 2 | ||||
| -rw-r--r-- | include/newtype/version.hpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index 437d275..b4c1de7 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -9,7 +9,7 @@ project = 'newtype' copyright = '2019, Felix Morgner' author = 'Felix Morgner' version = '1.0' -release = '1.0.0' +release = '1.1.0' # -- General configuration --------------------------------------------------- diff --git a/include/newtype/version.hpp b/include/newtype/version.hpp index b2dd19b..519ed50 100644 --- a/include/newtype/version.hpp +++ b/include/newtype/version.hpp @@ -13,8 +13,8 @@ namespace nt char const * const name; } version{ .major = 1, - .minor = 0, - .patch = 2, + .minor = 1, + .patch = 0, .name = "Francesca", }; |
