From 5fe656bc30d648d37318dde9a423e66973042f42 Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Wed, 5 Jun 2024 11:33:28 +0200 Subject: [PATCH] 0.21.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ed7685..4de7eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "mastodon-on-aws", - "version": "0.20.1", + "version": "0.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.20.1", + "version": "0.21.0", "dependencies": { "@cfn-modules/acm-wildcard-certificate-public": "^1.0.0", "@cfn-modules/alb": "^1.1.0", diff --git a/package.json b/package.json index b0ff72c..4e5a07f 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@cfn-modules/ssh-bastion": "^1.4.4", "@cfn-modules/vpc": "^2.1.0" }, - "version": "0.20.1" + "version": "0.21.0" }