mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
Bump version!
This commit is contained in:
parent
7236232dc0
commit
7f4798432e
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "worldeditadditions",
|
"name": "worldeditadditions",
|
||||||
"version": "1.0.0",
|
"version": "1.14.0",
|
||||||
"description": "Documentation website for WorldEditAdditions",
|
"description": "Documentation website for WorldEditAdditions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -4,7 +4,7 @@ It's about time I started a changelog! This will serve from now on as the main c
|
||||||
Note to self: See the bottom of this file for the release template text.
|
Note to self: See the bottom of this file for the release template text.
|
||||||
|
|
||||||
|
|
||||||
## v1.14: The multipoint update (unreleased)
|
## v1.14: The multipoint update (11th July 2023)
|
||||||
- Add `//dome+`, which allows you to change the direction the dome is pointing in, and also create multiple domes at once
|
- Add `//dome+`, which allows you to change the direction the dome is pointing in, and also create multiple domes at once
|
||||||
- Add `//metaball`, which renders 2 or more [metaballs](https://en.wikipedia.org/wiki/Metaballs) in Minetest
|
- Add `//metaball`, which renders 2 or more [metaballs](https://en.wikipedia.org/wiki/Metaballs) in Minetest
|
||||||
- Significant backend refactoring to tidy things up
|
- Significant backend refactoring to tidy things up
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- WorldEditAdditions
|
--- WorldEditAdditions
|
||||||
-- @namespace worldeditadditions
|
-- @namespace worldeditadditions
|
||||||
-- @release 1.13
|
-- @release 1.14
|
||||||
-- @copyright 2023 Starbeamrainbowlabs
|
-- @copyright 2023 Starbeamrainbowlabs
|
||||||
-- @license Mozilla Public License, 2.0
|
-- @license Mozilla Public License, 2.0
|
||||||
-- @author Starbeamrainbowlabs
|
-- @author Starbeamrainbowlabs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- WorldEditAdditions-Core
|
--- WorldEditAdditions-Core
|
||||||
-- @namespace worldeditadditions_core
|
-- @namespace worldeditadditions_core
|
||||||
-- @release 1.13
|
-- @release 1.14
|
||||||
-- @copyright 2021 Starbeamrainbowlabs and VorTechnix
|
-- @copyright 2021 Starbeamrainbowlabs and VorTechnix
|
||||||
-- @license Mozilla Public License, 2.0
|
-- @license Mozilla Public License, 2.0
|
||||||
-- @author Starbeamrainbowlabs and VorTechnix
|
-- @author Starbeamrainbowlabs and VorTechnix
|
||||||
|
|
Loading…
Reference in a new issue