Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 15, 2022
1 parent 14ee078 commit 7e3d4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tableshape/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2337,5 +2337,5 @@ return {
type_switch = type_switch,
BaseType = BaseType,
FailedTransform = FailedTransform,
VERSION = "2.4.0"
VERSION = "2.5.0"
}
2 changes: 1 addition & 1 deletion tableshape/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 7e3d4bc

Please sign in to comment.