Compare commits

...

3 Commits

Author SHA1 Message Date
fa43517b16 Release 0.15.4 2024-07-31 15:47:09 +03:00
77e99439e7 chore: fix file formatting 2024-07-31 15:46:56 +03:00
c9eb311cfe bug: remove unreachable code 2024-07-31 15:46:56 +03:00
2 changed files with 2 additions and 3 deletions

View File

@ -90,6 +90,5 @@ object BisProvider {
case "ringleft" | "fingerl" => "left ring"
case "ringright" | "fingerr" => "right ring"
case "weapon" | "head" | "body" | "hand" | "hands" | "legs" | "feet" | "ears" | "neck" | "wrist" | "wrists" => key
case "hand" => "hands"
}
}

View File

@ -1 +1 @@
version := "0.15.1"
version := "0.15.4"