Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Jan 24, 2022
1 parent 26da7d7 commit 56ec734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nx-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-electron",
"version": "12.0.0-beta.2",
"version": "12.0.0-beta.3",
"main": "src/index.js",
"description": "Electron Plugin for Nx",
"author": "Benny Megidish",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-electron/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const nxVersion = '^12.10.0';
export const nxElectronVersion = '^12.0.0-beta.0';
export const nxElectronVersion = '^12.0.0-beta.3';
export const electronVersion = '^16.0.2';
export const electronBuilderVersion = '^22.14.5';
export const rimrafVersion = '^3.0.2';
Expand Down

0 comments on commit 56ec734

Please sign in to comment.