Skip to content

Commit

Permalink
Bumped version to 0.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Mar 14, 2016
1 parent e6e8e24 commit 2d6b337
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Better Enums   [![version 0.11.0][version]][releases] [![Try online][wandbox-img]][wandbox] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor] [![BSD license][license-img]][license]
# Better Enums   [![version 0.11.1][version]][releases] [![Try online][wandbox-img]][wandbox] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor] [![BSD license][license-img]][license]

[version]: https://img.shields.io/badge/version-0.11.0-blue.svg
[version]: https://img.shields.io/badge/version-0.11.1-blue.svg
[releases]: https://github.com/aantron/better-enums/releases
[wandbox]: http://melpon.org/wandbox/permlink/2QCi3cwQnplAToge
[wandbox-img]: https://img.shields.io/badge/try%20it-online-blue.svg
Expand Down Expand Up @@ -95,7 +95,7 @@ channel == +Channel::Red
Don't hesitate to contact me about features or bugs:
[antonbachin@yahoo.com][email], or open an issue on GitHub.
If you'd like to help develop Better Enums, see [CONTRIBUTING][contributing].
If you'd like to help develop Better Enums, see [`CONTRIBUTING`][contributing].
One area that could use fresh ideas is finding a compile-time data structure
that both compiles quickly and allows lookup in sub-linear time.
Expand All @@ -104,10 +104,11 @@ that both compiles quickly and allows lookup in sub-linear time.
## License and history
Better Enums is released under the BSD 2-clause license. See [LICENSE][license].
Better Enums is released under the BSD 2-clause license. See
[`LICENSE`][license].
The library was originally developed by the author in the winter of 2012-2013 at
Hudson River Trading, as a replacement for an older generator called
`BETTER_ENUM`.
The original version of the library was developed by the author in the winter of
2012-2013 at Hudson River Trading, as a replacement for an older generator
called `BETTER_ENUM`.
[license]: https://github.com/aantron/better-enums/blob/master/doc/LICENSE
2 changes: 1 addition & 1 deletion doc/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Better Enums is distributed under the terms of the 2-clause BSD license. Its
text is given below.


Copyright (c) 2012-2015, Anton Bachin
Copyright (c) 2012-2016, Anton Bachin
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion doc/template/footer.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<footer>
<div class="container">
Copyright &copy; 2015 Anton Bachin. Released under the BSD 2-clause license.
Copyright &copy; 2016 Anton Bachin. Released under the BSD 2-clause license.
See
<a href="https://github.com/aantron/better-enums/blob/$ref/doc/LICENSE">
LICENSE</a>.
Expand Down
2 changes: 1 addition & 1 deletion doc/template/ref.tmpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1
2 changes: 1 addition & 1 deletion doc/template/version.tmpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1

0 comments on commit 2d6b337

Please sign in to comment.