Skip to content

Commit

Permalink
Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Nov 11, 2023
1 parent 2bd3042 commit 2c1cdd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bowser-desktop",
"productName": "Bowser Desktop",
"version": "0.7.2",
"version": "0.8.0",
"description": "My Electron application description",
"main": ".vite/build/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion jobrunner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bowser-jobrunner",
"version": "0.7.2",
"version": "0.8.0",
"packageManager": "[email protected]",
"devDependencies": {
"@sentry/esbuild-plugin": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bowser-server",
"version": "0.7.2",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 2c1cdd6

Please sign in to comment.