From 4ef9401d83ca13b8dce2fb54f1de874ef6974638 Mon Sep 17 00:00:00 2001 From: Johny Ho Date: Tue, 16 Apr 2024 22:20:11 -0400 Subject: [PATCH] Version bump to 0.53.2 --- VERSION | 2 +- superglue/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 09b1cdc0..aa7d9820 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.53.1 \ No newline at end of file +0.53.2 \ No newline at end of file diff --git a/superglue/package.json b/superglue/package.json index 60bded84..2913ab6c 100644 --- a/superglue/package.json +++ b/superglue/package.json @@ -1,6 +1,6 @@ { "name": "@thoughtbot/superglue", - "version": "0.53.1", + "version": "0.53.2", "description": "Use a vanilla Rails with React and Redux", "scripts": { "test": "jest",