Skip to content

Commit

Permalink
Update to v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Correia <[email protected]>
  • Loading branch information
diogotcorreia committed Dec 9, 2020
1 parent 0d12e94 commit 9199228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0.1",
"version": "0.1.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
Expand Down
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.0.1",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
Expand Down
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.0.1",
"version": "0.1.0",
"description": "HackerSchool project for inventory management",
"private": true,
"scripts": {
Expand Down

0 comments on commit 9199228

Please sign in to comment.