Small question: should we bump webapp version in p...
# dev-frontend
a
Small question: should we bump webapp version in package.json and when should we do it? Should it go along with version increase of the whole project?
c
good point. yeah we should.
we are using a tool called bump version to handle automatically updating versions. see .bumpversion.cfg in the root of the project.
we probably just need to add the package.json to that.
is there a particular reason it is coming up now? or you just noticed it?
it's something we should do but I think it probably doesn't matter too much (especially since we didn't notice it until now 😂 )
😂 1
a
just noticed
c