aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-15 14:57:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-05-15 14:57:48 +0200
commitadd1f04be6df5a61c8c30a405b3aa857d9e01ea6 (patch)
tree944ad2fb6874cd9b75fc7e917b958c2a8e244ac4
parentae4c88fee1aec6be314d0ef9f66e08d03aa27ed1 (diff)
Bump version to 0.1.0
-rw-r--r--META6.json2
-rw-r--r--lib/Log/JSON.rakumod2
2 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 0a72f2d..63c3357 100644
--- a/META6.json
+++ b/META6.json
@@ -16,5 +16,5 @@
"Log::JSON": "lib/Log/JSON.rakumod"
},
"source-url": "https://home.tyil.nl/git/raku/Log::JSON/",
- "version": "0.0.0"
+ "version": "0.1.0"
} \ No newline at end of file
diff --git a/lib/Log/JSON.rakumod b/lib/Log/JSON.rakumod
index dcb4c83..344af57 100644
--- a/lib/Log/JSON.rakumod
+++ b/lib/Log/JSON.rakumod
@@ -290,7 +290,7 @@ submethod TWEAK
=begin pod
=NAME Log::JSON
-=VERSION 0.0.0
+=VERSION 0.1.0
=AUTHOR Patrick Spek <p.spek@tyil.nl>
=begin LICENSE