diff options
Diffstat (limited to 'moreores')
-rw-r--r-- | moreores/CHANGELOG.md | 5 | ||||
-rw-r--r-- | moreores/README.md | 6 | ||||
-rw-r--r-- | moreores/depends.txt | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/moreores/CHANGELOG.md b/moreores/CHANGELOG.md index cd7bd33..eec6244 100644 --- a/moreores/CHANGELOG.md +++ b/moreores/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.0] - 2019-03-23 + ### Added - Brazilian and Dutch translations. @@ -34,4 +36,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial versioned release. -[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/minetest-mods/moreores/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/minetest-mods/moreores/compare/v1.0.0...v1.1.0 diff --git a/moreores/README.md b/moreores/README.md index 601001b..255ca60 100644 --- a/moreores/README.md +++ b/moreores/README.md @@ -60,13 +60,13 @@ on that line. ## Version compatibility -More Ores is currently primarily tested with Minetest 0.4.16. +More Ores is currently primarily tested with Minetest 0.4.17. It may or may not work with newer or older versions. Issues arising in older -versions than 0.4.16 will generally not be fixed. +versions than 0.4.17 will generally not be fixed. ## License -Copyright © 2011-2017 Hugo Locurcio and contributors +Copyright © 2011-2019 Hugo Locurcio and contributors - More Ores code is licensed under the zlib license, see [`LICENSE.md`](LICENSE.md) for details. diff --git a/moreores/depends.txt b/moreores/depends.txt index 0dc152f..6c8d8d7 100644 --- a/moreores/depends.txt +++ b/moreores/depends.txt @@ -1,3 +1,4 @@ default -mg? farming? +intllib? +mg? |