From 7e3d4bcffb4da8e15dc9410cf3001a445adaeb0e Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Mon, 14 Nov 2022 20:21:35 -0800 Subject: [PATCH] version bump --- tableshape/init.lua | 2 +- tableshape/init.moon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tableshape/init.lua b/tableshape/init.lua index db7d218..98c93fe 100644 --- a/tableshape/init.lua +++ b/tableshape/init.lua @@ -2337,5 +2337,5 @@ return { type_switch = type_switch, BaseType = BaseType, FailedTransform = FailedTransform, - VERSION = "2.4.0" + VERSION = "2.5.0" } diff --git a/tableshape/init.moon b/tableshape/init.moon index 5cb9ca3..2092645 100644 --- a/tableshape/init.moon +++ b/tableshape/init.moon @@ -1099,4 +1099,4 @@ is_type = (val) -> type_switch = (val) -> setmetatable { val }, { __eq: BaseType.__eq } -{ :check_shape, :types, :is_type, :type_switch, :BaseType, :FailedTransform, VERSION: "2.4.0" } +{ :check_shape, :types, :is_type, :type_switch, :BaseType, :FailedTransform, VERSION: "2.5.0" }