Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Mar 3, 2024
1 parent 9e7abd7 commit d9cb533
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for MUGS-Core

{{$NEXT}}

0.1.4 2024-03-02T17:54:55-08:00
[Bug Fixes]
- Tweak StructureValidator to deal with Rakudo change that broke Optional
- Clear LocalUI.lobby-client on disconnect
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
"test-depends": [
"Temp::Path"
],
"version": "0.1.3"
"version": "0.1.4"
}
2 changes: 1 addition & 1 deletion lib/MUGS/Core.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ABSTRACT: Core intro docs and global definitions for MUGS

unit class MUGS::Core:auth<zef:japhb>:ver<0.1.3>;
unit class MUGS::Core:auth<zef:japhb>:ver<0.1.4>;


# Type for GameIDs
Expand Down

0 comments on commit d9cb533

Please sign in to comment.