Custom Component in module wrong version in parent

I have a custom BOM widget that works great. Today I went to use it and had some issues with height. I deployed changes and changed the version in the module. Works great in the editor and module preview. However when I go into the app, it suddenly uses a older version. Any idea?

I have custom component version set correctly

Edit: Found the issue, if two modules use the same library it will default to the lower of the two on the parent app. So divorce your libraries at the component level if you are maintaining a large number of modules and custom components. That way the easy "file uploader" custom component in a module doesn't need to be pushed up version with every change of a high iteration complex component

Good find, @FBCRandy! I haven't run into this particular issue before.

Quoting you below in order to mark this as the solution!