From 4e06d5f4ac2da19c816615ca173c714561e4994d Mon Sep 17 00:00:00 2001 From: Keith Bauer Date: Wed, 17 Jul 2024 10:08:45 -0500 Subject: [PATCH] bump simplified-circulation-web to rc3 --- api/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/admin/package.json b/api/admin/package.json index af76d64b1..80f56da03 100644 --- a/api/admin/package.json +++ b/api/admin/package.json @@ -9,6 +9,6 @@ "author": "NYPL", "license": "Apache-2.0", "dependencies": { - "simplified-circulation-web": "0.6.0-rc" + "simplified-circulation-web": "0.6.0-rc3" } }