aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-15 08:54:27 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-15 08:54:27 +0100
commit6658e4b68bfad9091f9f0bfbaa0a91efb637e4a3 (patch)
treea985ff79b9ac3c2f9b153f100898610fc9ef2e57
parent084eb782ef91121fde256460aa2ed34ae355567e (diff)
Bump to version 2.0.0v2.0.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d18db0d..c9db860 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [2.0.0] - 2020-11-15
### Added
diff --git a/META6.json b/META6.json
index a1e58b0..c312d8c 100644
--- a/META6.json
+++ b/META6.json
@@ -1,5 +1,5 @@
{
- "api": "1",
+ "api": "2",
"auth": "github:scriptkitties",
"authors": [
"Samantha McVey <samantham@posteo.net>",
@@ -23,5 +23,5 @@
"test-depends": [
"Test::META"
],
- "version": "1.0.0"
-}
+ "version": "2.0.0"
+} \ No newline at end of file