If you did a custom update on one of the plugins, you will have to manually migrate your update.
:::
Copy the fields and relations you had in your `/plugins/users-permissions/models/User.settings.json` and `/plugins/users-permissions/config/jwt.json` file in the new one.
Then, delete your old `plugins` folder and replace it with the new one.
## Update custom plugin store
If you write your own plugins please follow these instructions https://github.com/strapi/strapi/pull/2808
<br>
That's all, you have now upgraded to Strapi `alpha.24.1`.