Skip to content

Commit

Permalink
bump version to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cstenglein committed Jun 7, 2022
1 parent d6190ec commit bb8f1cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "raspiblitz-web",
"config": {
"port": "3000"
},
"version": "0.1.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"author": {
"name": "Christoph Stenglein",
Expand All @@ -17,6 +14,9 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"config": {
"port": "3000"
},
"lint-staged": {
"{src,backend-mock}/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
Expand Down

0 comments on commit bb8f1cd

Please sign in to comment.