From 6658e4b68bfad9091f9f0bfbaa0a91efb637e4a3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 15 Nov 2020 08:54:27 +0100 Subject: Bump to version 2.0.0 --- CHANGELOG.md | 2 +- META6.json | 6 +++--- 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 ", @@ -23,5 +23,5 @@ "test-depends": [ "Test::META" ], - "version": "1.0.0" -} + "version": "2.0.0" +} \ No newline at end of file -- cgit v1.1