--- title: Add a Version to Your package.json --- ## Add a Version to Your package.json You should go over to the package.json file in your project. Versions follow a similar convention as this: ```code "version": "x.x.x" ``` Help our community expand these hints and guides.