Fixed a bug where the wanted tags and the bounty board would not be deleted when the server stopped. This will not delete any old bounty entities, only new ones that are created.
If you find any that you want to delete, you have to use a kill command. If you had a bounty board, there is a high probability that there are extra item frames there. ex:
Code (Text):
/minecraft:kill @e[type=glow_item_frame,distance=..5]
this will remove all glow item frames in a 5-block radius
Also, I'm back to Semantic Versioning