Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed May 31, 2022
1 parent d9ba672 commit b06f9c6
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 @@ -2211,5 +2211,5 @@ return {
type_switch = type_switch,
BaseType = BaseType,
FailedTransform = FailedTransform,
VERSION = "2.2.0"
VERSION = "2.3.0"
}
2 changes: 1 addition & 1 deletion tableshape/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -1021,4 +1021,4 @@ is_type = (val) ->
type_switch = (val) ->
setmetatable { val }, { __eq: BaseType.__eq }

{ :check_shape, :types, :is_type, :type_switch, :BaseType, :FailedTransform, VERSION: "2.2.0" }
{ :check_shape, :types, :is_type, :type_switch, :BaseType, :FailedTransform, VERSION: "2.3.0" }

0 comments on commit b06f9c6

Please sign in to comment.