Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Correia <[email protected]>
  • Loading branch information
diogotcorreia committed Jan 3, 2021
1 parent c321fb3 commit 3374cd7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hs-inventory-backend",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hs-inventory-frontend",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hs-inventory",
"version": "0.1.0",
"version": "0.2.0",
"description": "HackerSchool project for inventory management",
"private": true,
"scripts": {
Expand Down

0 comments on commit 3374cd7

Please sign in to comment.