Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Apr 13, 2019
1 parent 520d6b1 commit 8f653e4
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,7 +1,7 @@
{
"name": "bridge",
"productName": "bridge.",
"version": "0.11.3",
"version": "0.12.0",
"author": "solvedDev <[email protected]>",
"description": "A powerful add-on editor",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/scripts/constants/app_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Version number is in a dedicated file because it's also used by the main thread.
* Otherwise, any changes to the main constant file would completely restart "bridge." (in development mode).
*/
export default "v0.11.3";
export default "v0.12.0";

0 comments on commit 8f653e4

Please sign in to comment.