From ed312a0ee9793e1a26139c03f70f52655c61d5be Mon Sep 17 00:00:00 2001
From: Hamlet <hamlet@noreply.codeberg.org>
Date: Fri, 14 Aug 2020 19:53:34 +0200
Subject: [PATCH] v0.3.2

---
 README.md    | 2 +-
 changelog.md | 7 +++++++
 init.lua     | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dba6015..b947cba 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 ![Mime's screenshot](screenshot.png)  
 **_Adds a monster mimicking its surrounding nodes._**
 
-**Version:** 0.3.1  
+**Version:** 0.3.2  
 **Source code's license:** [EUPL v1.2][1] or later.
 
 **Dependencies:** default (found in [Minetest Game][3]), mobs ([Mobs Redo][4])
diff --git a/changelog.md b/changelog.md
index a685825..80c5594 100644
--- a/changelog.md
+++ b/changelog.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 
 
 
+## [0.3.2] - 2020-08-14
+### Changed
+
+	- Bugfix for nullref on nodes without tiles
+
+
+
 ## [0.3.1] - 2020-07-30
 ### Changed
 
diff --git a/init.lua b/init.lua
index bddefc7..f4245d9 100644
--- a/init.lua
+++ b/init.lua
@@ -97,7 +97,7 @@ local pr_LogMessage = function()
 	or (s_LOG_LEVEL == 'info')
 	or (s_LOG_LEVEL == 'verbose')
 	then
-		minetest.log('action', '[Mod] Mobs mime [v0.3.1] loaded.')
+		minetest.log('action', '[Mod] Mobs mime [v0.3.2] loaded.')
 	end
 end