Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Jan 25, 2023
1 parent 8b5ce3b commit ecc62d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laradumps",
"version": "1.6.1",
"version": "1.7.0",
"description": "LaraDumps a friendly app designed to boost your Laravel PHP coding and debugging experience. https://github.com/laradumps/app",
"author": "Luan Freitas <[email protected]>",
"main": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/main/ipc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ipcMain } from 'electron';

const minPackageVersion = '1.6.0';
const minPackageVersion = '1.7.0';
let packageVersion;

export default async function () {
Expand Down

0 comments on commit ecc62d0

Please sign in to comment.