Update version number and readme

This commit is contained in:
Joachim Stolberg 2021-01-17 17:26:36 +01:00
parent 0a826e1e00
commit 132d7568d8
2 changed files with 3 additions and 2 deletions

@ -55,7 +55,7 @@ optional: intllib
# License
Copyright (C) 2017-2020 Joachim Stolberg
Copyright (C) 2017-2021 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later.
See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
Textures: CC0
@ -81,5 +81,6 @@ Textures: CC0
- 2020-01-03 v1.7 * max_tube_length bugfix
- 2020-02-02 v1.8 * 'special nodes' as alternative to 'secondary nodes' introduced
- 2020-05-31 v1.9 * Generator function 'get_tube_line' added, storage improvements
- 2021-01-17 v2.0 * Update cache on node removal (#7) and refuse to connect with faces of a node which are not marked valid (#3)

@ -13,7 +13,7 @@
]]--
-- Version for compatibility checks, see readme.md/history
tubelib2.version = 1.9
tubelib2.version = 2.0
-- for lazy programmers
local S = function(pos) if pos then return minetest.pos_to_string(pos) end end