Skip to content

Commit

Permalink
[v1.7.18] Merge pull request #304 from bridge-core/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelant05 authored Jan 11, 2021
2 parents 1eaac1b + 2038d10 commit 4902edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/renderer/src/autoCompletions/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class Provider {
// console.log('[PROPOSING]', path, propose, LIB)

return this.preparePropose(
propose,
propose ?? { object: {}, value: [] },
context === undefined ? [] : Object.keys(context.toJSON(false))
)
}
Expand Down
2 changes: 1 addition & 1 deletion app/shared/app_version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Current bridge. app version
*/
export default 'v1.7.17'
export default 'v1.7.18'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "1.7.17",
"version": "1.7.18",
"author": "solvedDev <[email protected]>",
"description": "A powerful add-on editor",
"license": "GNU",
Expand Down

0 comments on commit 4902edb

Please sign in to comment.