Update store version

I made some changes to the site through VS Code and ran a vtex publish. Now, how do I update the version? So that these changes become visible on the site?

These steps were missing:

vtex deploy --force
vtex install (send to master)
vtex use {create workspace production not master} --production
vtex install {appvendor}.{appname}@{appversion}
vtex deploy {appvendor}.{appname}@{appversion}
vtex workspace promote (this will delete the created {workspace production not master}).

Maybe this link will help: Deploying a new app version